Uses of Class
org.apache.sysds.runtime.instructions.cp.CPOperand
Packages that use CPOperand
Package
Description
-
Uses of CPOperand in org.apache.sysds.runtime.controlprogram.context
Methods in org.apache.sysds.runtime.controlprogram.context with parameters of type CPOperandModifier and TypeMethodDescriptionbooleanExecutionContext.containsVariable(CPOperand operand) ExecutionContext.getCacheableData(CPOperand input) ExecutionContext.getFrameInput(CPOperand input) ExecutionContext.getFrameInputs(CPOperand[] inputs) ExecutionContext.getFrameObject(CPOperand input) ExecutionContext.getLineageItem(CPOperand input) ExecutionContext.getListObject(CPOperand input) ExecutionContext.getMatrixInput(CPOperand input) ExecutionContext.getMatrixInputs(CPOperand[] inputs) ExecutionContext.getMatrixInputs(CPOperand[] inputs, boolean includeList) ExecutionContext.getMatrixLineagePair(CPOperand cpo) ExecutionContext.getMatrixObject(CPOperand input) ExecutionContext.getOrCreateLineageItem(CPOperand input) ExecutionContext.getScalarInput(CPOperand input) ExecutionContext.getScalarInputs(CPOperand[] inputs) ExecutionContext.getVariable(CPOperand operand) booleanExecutionContext.isFederated(CPOperand input) booleanExecutionContext.isFederated(CPOperand input, FTypes.FType type) voidExecutionContext.releaseFrameInputs(CPOperand[] inputs) voidExecutionContext.releaseMatrixInputs(CPOperand[] inputs) voidExecutionContext.releaseMatrixInputs(CPOperand[] inputs, boolean includeList) voidExecutionContext.setMatrixOutputAndLineage(CPOperand var, MatrixBlock outputData, LineageItem li) -
Uses of CPOperand in org.apache.sysds.runtime.controlprogram.federated
Methods in org.apache.sysds.runtime.controlprogram.federated with parameters of type CPOperandModifier and TypeMethodDescriptionstatic FederatedRequest[]FederationUtils.callInstruction(String[] inst, CPOperand varOldOut, long outputId, CPOperand[] varOldIn, long[] varNewIn, Types.ExecType type) static FederatedRequest[]FederationUtils.callInstruction(String[] inst, CPOperand varOldOut, CPOperand[] varOldIn, long[] varNewIn) static FederatedRequestFederationUtils.callInstruction(String inst, CPOperand varOldOut, long outputId, CPOperand[] varOldIn, long[] varNewIn, Types.ExecType type, boolean rmFedOutputFlag) static FederatedRequestFederationUtils.callInstruction(String inst, CPOperand varOldOut, CPOperand[] varOldIn, long[] varNewIn) static FederatedRequestFederationUtils.callInstruction(String inst, CPOperand varOldOut, CPOperand[] varOldIn, long[] varNewIn, boolean rmFedOutFlag) -
Uses of CPOperand in org.apache.sysds.runtime.instructions
Methods in org.apache.sysds.runtime.instructions with parameters of type CPOperandModifier and TypeMethodDescriptionstatic StringInstructionUtils.constructBinaryInstString(String instString, String opcode, CPOperand op1, CPOperand op2, CPOperand out) static StringInstructionUtils.constructTernaryString(String instString, CPOperand op1, CPOperand op2, CPOperand op3, CPOperand out) static StringInstructionUtils.constructUnaryInstString(String instString, String opcode, CPOperand op1, CPOperand out) static StringInstructionUtils.createOperand(CPOperand operand) static StringInstructionUtils.instructionStringFEDPrepare(String inst, CPOperand varOldOut, long id, CPOperand[] varOldIn, long[] varNewIn, boolean rmFederatedOutput) Prepare instruction string for sending in a FederatedRequest as a CP instruction.static MultiThreadedOperatorInstructionUtils.parseBinaryOrBuiltinOperator(String opcode, CPOperand in1, CPOperand in2) static OperatorInstructionUtils.parseExtendedBinaryOrBuiltinOperator(String opcode, CPOperand in1, CPOperand in2) -
Uses of CPOperand in org.apache.sysds.runtime.instructions.cp
Fields in org.apache.sysds.runtime.instructions.cp declared as CPOperandModifier and TypeFieldDescriptionfinal CPOperandComputationCPInstruction.input1final CPOperandComputationCPInstruction.input2final CPOperandComputationCPInstruction.input3final CPOperandComputationCPInstruction.input4final CPOperandComputationCPInstruction.outputMethods in org.apache.sysds.runtime.instructions.cp that return CPOperandModifier and TypeMethodDescriptionIndexingCPInstruction.getColLower()IndexingCPInstruction.getColUpper()DataGenCPInstruction.getDimsOperand()VariableCPInstruction.getInput(int index) VariableCPInstruction.getInput1()VariableCPInstruction.getInput2()VariableCPInstruction.getInput3()QuaternaryCPInstruction.getInput4()VariableCPInstruction.getInput4()BuiltinNaryCPInstruction.getInputs()ComputationCPInstruction.getInputs()EinsumCPInstruction.getInputs()FunctionCallCPInstruction.getInputs()SpoofCPInstruction.getInputs()SqlCPInstruction.getInputs()Returns the inputs of the instruction.ReorgCPInstruction.getIxRet()ReshapeCPInstruction.getOpByRow()ReshapeCPInstruction.getOpCols()ReshapeCPInstruction.getOpDims()ReshapeCPInstruction.getOpRows()CtableCPInstruction.getOutDim1()CtableCPInstruction.getOutDim2()BuiltinNaryCPInstruction.getOutput()ComputationCPInstruction.getOutput()MultiReturnBuiltinCPInstruction.getOutput(int i) MultiReturnComplexMatrixBuiltinCPInstruction.getOutput(int i) MultiReturnParameterizedBuiltinCPInstruction.getOutput(int i) SqlCPInstruction.getOutput()VariableCPInstruction.getOutput()ListAppendRemoveCPInstruction.getOutput2()IndexingCPInstruction.getRowLower()IndexingCPInstruction.getRowUpper()Methods in org.apache.sysds.runtime.instructions.cp that return types with arguments of type CPOperandModifier and TypeMethodDescriptionVariableCPInstruction.getInputs()MultiReturnBuiltinCPInstruction.getOutputs()MultiReturnComplexMatrixBuiltinCPInstruction.getOutputs()MultiReturnParameterizedBuiltinCPInstruction.getOutputs()Methods in org.apache.sysds.runtime.instructions.cp with parameters of type CPOperandConstructors in org.apache.sysds.runtime.instructions.cp with parameters of type CPOperandModifierConstructorDescriptionBuiltinNaryCPInstruction(Operator op, String opcode, String istr, CPOperand output, CPOperand... inputs) DataGenCPInstruction(Operator op, Types.OpOpDG method, CPOperand out, CPOperand rows, CPOperand cols, String data, String schema, String opcode, String str) DnnCPInstruction(CPOperand in, CPOperand in2, CPOperand out, String opcode, String istr, int numThreads, double intermediateMemoryBudget) DnnCPInstruction(CPOperand in, CPOperand in2, CPOperand out, String opcode, String istr, ArrayList<CPOperand> stride, ArrayList<CPOperand> padding, ArrayList<CPOperand> input_shape, ArrayList<CPOperand> filter_shape, int numThreads, double intermediateMemoryBudget) DnnCPInstruction(CPOperand in, CPOperand in2, CPOperand in3, CPOperand out, String opcode, String istr, ArrayList<CPOperand> stride, ArrayList<CPOperand> padding, ArrayList<CPOperand> input_shape, ArrayList<CPOperand> filter_shape, int numThreads, double intermediateMemoryBudget) DnnCPInstruction(CPOperand in, CPOperand in2, CPOperand in3, CPOperand out, ArrayList<CPOperand> stride, ArrayList<CPOperand> padding, ArrayList<CPOperand> input_shape, ArrayList<CPOperand> filter_shape, int numThreads, double intermediateMemoryBudget, String opcode, String istr) DnnCPInstruction(CPOperand in1, CPOperand in2, CPOperand in3, CPOperand in4, CPOperand in5, CPOperand in6, CPOperand in7, CPOperand in8, CPOperand out1, CPOperand out2, CPOperand out3, CPOperand out4, CPOperand out5, String opcode, String str, int i) DnnCPInstruction(CPOperand in1, CPOperand in2, CPOperand in3, CPOperand in4, CPOperand in5, CPOperand in6, CPOperand in7, CPOperand in8, CPOperand in9, CPOperand in10, CPOperand in11, CPOperand out, CPOperand out2, CPOperand out3, CPOperand out4, CPOperand out5, String opcode, String istr, double intermediateMemoryBudget) EvalNaryCPInstruction(Operator op, String opcode, String istr, CPOperand output, CPOperand... inputs) FunctionCallCPInstruction(String namespace, String functName, boolean opt, CPOperand[] boundInputs, List<String> funArgNames, List<String> boundOutputNames, String istr) FunctionCallCPInstruction(String namespace, String functName, boolean opt, CPOperand[] boundInputs, LineageItem[] lineageInputs, List<String> funArgNames, List<String> boundOutputNames, String istr) MatrixIndexingCPInstruction(CPOperand in, CPOperand rl, CPOperand ru, CPOperand cl, CPOperand cu, CPOperand out, String opcode, String istr) ParamservBuiltinCPInstruction(Operator op, LinkedHashMap<String, String> paramsMap, CPOperand out, String opcode, String istr) SqlCPInstruction(CPOperand conn, CPOperand user, CPOperand pass, CPOperand query, CPOperand out, String opcode, String instr) Constructor parameters in org.apache.sysds.runtime.instructions.cp with type arguments of type CPOperandModifierConstructorDescriptionDnnCPInstruction(CPOperand in, CPOperand in2, CPOperand out, String opcode, String istr, ArrayList<CPOperand> stride, ArrayList<CPOperand> padding, ArrayList<CPOperand> input_shape, ArrayList<CPOperand> filter_shape, int numThreads, double intermediateMemoryBudget) DnnCPInstruction(CPOperand in, CPOperand in2, CPOperand in3, CPOperand out, String opcode, String istr, ArrayList<CPOperand> stride, ArrayList<CPOperand> padding, ArrayList<CPOperand> input_shape, ArrayList<CPOperand> filter_shape, int numThreads, double intermediateMemoryBudget) DnnCPInstruction(CPOperand in, CPOperand in2, CPOperand in3, CPOperand out, ArrayList<CPOperand> stride, ArrayList<CPOperand> padding, ArrayList<CPOperand> input_shape, ArrayList<CPOperand> filter_shape, int numThreads, double intermediateMemoryBudget, String opcode, String istr) -
Uses of CPOperand in org.apache.sysds.runtime.instructions.fed
Fields in org.apache.sysds.runtime.instructions.fed declared as CPOperandModifier and TypeFieldDescriptionfinal CPOperandComputationFEDInstruction.input1final CPOperandComputationFEDInstruction.input2final CPOperandComputationFEDInstruction.input3final CPOperandComputationFEDInstruction.outputMethods in org.apache.sysds.runtime.instructions.fed that return CPOperandMethods in org.apache.sysds.runtime.instructions.fed with parameters of type CPOperandModifier and TypeMethodDescriptionstatic booleanSpoofFEDInstruction.isFederated(ExecutionContext ec, FTypes.FType type, CPOperand[] inputs, Class<?> scla) static booleanSpoofFEDInstruction.isFederated(ExecutionContext ec, CPOperand[] inputs, Class<?> scla) Constructors in org.apache.sysds.runtime.instructions.fed with parameters of type CPOperandModifierConstructorDescriptionAggregateBinaryFEDInstruction(Operator op, CPOperand in1, CPOperand in2, CPOperand out, String opcode, String istr) AggregateBinaryFEDInstruction(Operator op, CPOperand in1, CPOperand in2, CPOperand out, String opcode, String istr, FEDInstruction.FederatedOutput fedOut) BinaryFEDInstruction(FEDInstruction.FEDType type, Operator op, CPOperand in1, CPOperand in2, CPOperand in3, CPOperand out, String opcode, String istr) InitFEDInstruction(CPOperand type, CPOperand addresses, CPOperand ranges, CPOperand out, String opcode, String instr) InitFEDInstruction(CPOperand type, CPOperand addresses, CPOperand ranges, CPOperand object, CPOperand out, String opcode, String instr) MMChainFEDInstruction(CPOperand in1, CPOperand in2, CPOperand in3, CPOperand out, MapMultChain.ChainType type, int k, String opcode, String istr) QuantilePickFEDInstruction(Operator op, CPOperand in, CPOperand out, PickByCount.OperationTypes type, boolean inmem, String opcode, String istr) QuantilePickFEDInstruction(Operator op, CPOperand in, CPOperand in2, CPOperand out, PickByCount.OperationTypes type, boolean inmem, String opcode, String istr) QuantilePickFEDInstruction(Operator op, CPOperand in, CPOperand in2, CPOperand out, PickByCount.OperationTypes type, boolean inmem, String opcode, String istr, FEDInstruction.FederatedOutput fedOut) ReorgFEDInstruction(Operator op, CPOperand in1, CPOperand out, String opcode, String istr, FEDInstruction.FederatedOutput fedOut) TsmmFEDInstruction(CPOperand in, CPOperand out, MMTSJ.MMTSJType type, int k, String opcode, String istr) TsmmFEDInstruction(CPOperand in, CPOperand out, MMTSJ.MMTSJType type, int k, String opcode, String istr, FEDInstruction.FederatedOutput fedOut) -
Uses of CPOperand in org.apache.sysds.runtime.instructions.gpu
Fields in org.apache.sysds.runtime.instructions.gpu declared as CPOperandModifier and TypeFieldDescriptionfinal CPOperandGPUInstruction._input1final CPOperandGPUInstruction._input2final CPOperandSpoofCUDAInstruction._outfinal CPOperandGPUInstruction._outputConstructors in org.apache.sysds.runtime.instructions.gpu with parameters of type CPOperandModifierConstructorDescriptionDnnGPUInstruction(CPOperand in1, CPOperand in2, CPOperand out, String opcode, String istr, double intermediateMemoryBudget) DnnGPUInstruction(CPOperand in1, CPOperand in2, CPOperand out, String opcode, String istr, ArrayList<CPOperand> stride, ArrayList<CPOperand> padding, ArrayList<CPOperand> input_shape, ArrayList<CPOperand> filter_shape, double intermediateMemoryBudget) DnnGPUInstruction(CPOperand in1, CPOperand in2, CPOperand in3, CPOperand out, String opcode, String istr, double intermediateMemoryBudget) DnnGPUInstruction(CPOperand in1, CPOperand in2, CPOperand in3, CPOperand out, String opcode, String istr, ArrayList<CPOperand> stride, ArrayList<CPOperand> padding, ArrayList<CPOperand> input_shape, ArrayList<CPOperand> filter_shape, double intermediateMemoryBudget) DnnGPUInstruction(CPOperand in1, CPOperand in2, CPOperand in3, CPOperand in4, CPOperand out, String opcode, String istr, double intermediateMemoryBudget) DnnGPUInstruction(CPOperand in, CPOperand in2, CPOperand in3, CPOperand in4, CPOperand in5, CPOperand in6, CPOperand out, String opcode, String istr, double intermediateMemoryBudget) DnnGPUInstruction(CPOperand in1, CPOperand in2, CPOperand in3, CPOperand in4, CPOperand in5, CPOperand in6, CPOperand out, CPOperand out2, String opcode, String istr, double intermediateMemoryBudget) DnnGPUInstruction(CPOperand in1, CPOperand in2, CPOperand in3, CPOperand in4, CPOperand in5, CPOperand in6, CPOperand in7, CPOperand in8, CPOperand out, CPOperand out2, CPOperand out3, CPOperand out4, CPOperand out5, String opcode, String istr, double intermediateMemoryBudget) Constructor parameters in org.apache.sysds.runtime.instructions.gpu with type arguments of type CPOperandModifierConstructorDescriptionDnnGPUInstruction(CPOperand in1, CPOperand in2, CPOperand out, String opcode, String istr, ArrayList<CPOperand> stride, ArrayList<CPOperand> padding, ArrayList<CPOperand> input_shape, ArrayList<CPOperand> filter_shape, double intermediateMemoryBudget) DnnGPUInstruction(CPOperand in1, CPOperand in2, CPOperand in3, CPOperand out, String opcode, String istr, ArrayList<CPOperand> stride, ArrayList<CPOperand> padding, ArrayList<CPOperand> input_shape, ArrayList<CPOperand> filter_shape, double intermediateMemoryBudget) -
Uses of CPOperand in org.apache.sysds.runtime.instructions.ooc
Fields in org.apache.sysds.runtime.instructions.ooc declared as CPOperandModifier and TypeFieldDescriptionComputationOOCInstruction.input1ComputationOOCInstruction.input2ComputationOOCInstruction.input3ComputationOOCInstruction.input4ComputationOOCInstruction.outputConstructors in org.apache.sysds.runtime.instructions.ooc with parameters of type CPOperandModifierConstructorDescriptionMatrixIndexingOOCInstruction(CPOperand in, CPOperand rl, CPOperand ru, CPOperand cl, CPOperand cu, CPOperand out, String opcode, String istr) MatrixIndexingOOCInstruction(CPOperand lhsInput, CPOperand rhsInput, CPOperand rl, CPOperand ru, CPOperand cl, CPOperand cu, CPOperand out, String opcode, String istr) -
Uses of CPOperand in org.apache.sysds.runtime.instructions.spark
Fields in org.apache.sysds.runtime.instructions.spark declared as CPOperandModifier and TypeFieldDescriptionComputationSPInstruction.input1MapmmChainSPInstruction.input1WriteSPInstruction.input1ComputationSPInstruction.input2MapmmChainSPInstruction.input2ComputationSPInstruction.input3MapmmChainSPInstruction.input3BuiltinNarySPInstruction.inputsBuiltinNarySPInstruction.outputComputationSPInstruction.outputMapmmChainSPInstruction.outputMethods in org.apache.sysds.runtime.instructions.spark that return CPOperandModifier and TypeMethodDescriptionIndexingSPInstruction.getColLower()IndexingSPInstruction.getColUpper()WriteSPInstruction.getInput1()WriteSPInstruction.getInput2()WriteSPInstruction.getInput3()QuaternarySPInstruction.getInput4()SpoofSPInstruction.getInputs()ReorgSPInstruction.getIxRet()MatrixReshapeSPInstruction.getOpByRow()MatrixReshapeSPInstruction.getOpCols()MatrixReshapeSPInstruction.getOpRows()CtableSPInstruction.getOutDim1()CtableSPInstruction.getOutDim2()SpoofSPInstruction.getOutput()IndexingSPInstruction.getRowLower()IndexingSPInstruction.getRowUpper()Methods in org.apache.sysds.runtime.instructions.spark that return types with arguments of type CPOperand -
Uses of CPOperand in org.apache.sysds.runtime.lineage
Methods in org.apache.sysds.runtime.lineage with parameters of type CPOperandModifier and TypeMethodDescriptionbooleanbooleanstatic LineageItem[]LineageItemUtils.getLineage(ExecutionContext ec, CPOperand... operands) Lineage.getOrCreate(CPOperand variable) LineageMap.getOrCreate(CPOperand variable) static voidLineageItemUtils.replaceDagLeaves(ExecutionContext ec, LineageItem root, CPOperand[] newLeaves) Lineage.serializeSingleTrace(CPOperand cpo) -
Uses of CPOperand in org.apache.sysds.runtime.util
Methods in org.apache.sysds.runtime.util with parameters of type CPOperandModifier and TypeMethodDescriptionstatic int[]DataConverter.getTensorDimensions(ExecutionContext ec, CPOperand dims)