Searched refs:add_operand (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/tools/python/ |
H A D | convert_from_tensorflow.py | 87 def add_operand(self, name, type): member in TFConverter 195 input_operand_index = self.add_operand(input_name, Operand.IOTYPE_INPUT) 198 output_operand_index = self.add_operand(anode.name, Operand.IOTYPE_OUTPUT) 200 output_operand_index = self.add_operand(self.edges[bnode.name][0].name, Operand.IOTYPE_OUTPUT) 243 input_operand_index = self.add_operand(input_name, Operand.IOTYPE_INPUT) 246 output_operand_index = self.add_operand(anode.name, Operand.IOTYPE_OUTPUT) 249 output_operand_index = self.add_operand(self.edges[bnode.name][0].name, Operand.IOTYPE_OUTPUT) 251 output_operand_index = self.add_operand(self.edges[scope_name+'/concat_1'][0].name, Operand.IOTYPE_OUTPUT) 288 input_operand_index = self.add_operand(input_name, Operand.IOTYPE_INPUT) 289 output_operand_index = self.add_operand(nod [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_add_spec_constant_op.cpp | 35 auto* op = message_.add_operand(); in TransformationAddSpecConstantOp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_add_spec_constant_op.cpp | 35 auto* op = message_.add_operand(); in TransformationAddSpecConstantOp()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_add_spec_constant_op.cpp | 35 auto* op = message_.add_operand(); in TransformationAddSpecConstantOp()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 1414 InstructionOperand const add_operand = g.TempRegister(); in VisitWord32Sar() local 1416 add_operand, g.UseRegister(add_node->InputAt(1)), smull_operand, in VisitWord32Sar() 1419 Emit(kArm64Asr32, g.DefineAsRegister(node), add_operand, in VisitWord32Sar()
|
Completed in 16 milliseconds