Home
last modified time | relevance | path

Searched defs:operandType (Results 1 – 10 of 10) sorted by relevance

/external/android-nn-driver/test/
DDriverTestHelpers.hpp236 HalOperandType operandType = HalOperandType::TENSOR_FLOAT32, in AddInputOperand()
263 HalOperandType operandType = HalOperandType::TENSOR_FLOAT32, in AddOutputOperand()
337 armnn_driver::hal_1_3::HalPolicy::OperandType operandType = in AddInputOperand()
363 armnn_driver::hal_1_3::HalPolicy::OperandType operandType = in AddOutputOperand()
409 HalOperandType operandType = HalOperandType::TENSOR_FLOAT32, in AddTensorOperand()
457 HalOperandType operandType = HalPolicy::OperandType::TENSOR_FLOAT32, in AddTensorOperand()
/external/deqp/modules/gles31/functional/
Des31fShaderAtomicOpTests.cpp96 …se (Context& context, const char* name, const char* funcName, AtomicOperandType operandType, DataT… in ShaderAtomicOpCase()
258 …ShaderAtomicAddCase (Context& context, const char* name, AtomicOperandType operandType, DataType t… in ShaderAtomicAddCase()
412 …ShaderAtomicMinCase (Context& context, const char* name, AtomicOperandType operandType, DataType t… in ShaderAtomicMinCase()
493 …ShaderAtomicMaxCase (Context& context, const char* name, AtomicOperandType operandType, DataType t… in ShaderAtomicMaxCase()
575 …ShaderAtomicAndCase (Context& context, const char* name, AtomicOperandType operandType, DataType t… in ShaderAtomicAndCase()
651 …ShaderAtomicOrCase (Context& context, const char* name, AtomicOperandType operandType, DataType ty… in ShaderAtomicOrCase()
722 …ShaderAtomicXorCase (Context& context, const char* name, AtomicOperandType operandType, DataType t… in ShaderAtomicXorCase()
806 …ShaderAtomicExchangeCase (Context& context, const char* name, AtomicOperandType operandType, DataT… in ShaderAtomicExchangeCase()
891 …ShaderAtomicCompSwapCase (Context& context, const char* name, AtomicOperandType operandType, DataT… in ShaderAtomicCompSwapCase()
1087 …micOpTests::ShaderAtomicOpTests (Context& context, const char* name, AtomicOperandType operandType) in ShaderAtomicOpTests()
[all …]
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/utils/
Dlhlo_utils.h87 Type operandType = std::get<0>(it.value()); in VerifyAllReduce() local
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp1062 const Type& operandType = arguments[0]->type(); in writeSpecialIntrinsic() local
2195 const Type& operandType, SpvId lhs, in writeBinaryOperation()
2214 SpvId SPIRVCodeGenerator::foldToBool(SpvId id, const Type& operandType, SpvOp op, in foldToBool()
2224 SpvId SPIRVCodeGenerator::writeMatrixComparison(const Type& operandType, SpvId lhs, SpvId rhs, in writeMatrixComparison()
2259 SpvId SPIRVCodeGenerator::writeComponentwiseMatrixUnary(const Type& operandType, in writeComponentwiseMatrixUnary()
2281 SpvId SPIRVCodeGenerator::writeComponentwiseMatrixBinary(const Type& operandType, SpvId lhs, in writeComponentwiseMatrixBinary()
2331 const Type* operandType; in writeBinaryExpression() local
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc830 auto operandType = op.getOperand().getType().cast<TupleType>(); in Verify() local
940 auto operandType = op.operand().getType().dyn_cast<RankedTensorType>(); in Verify() local
976 auto operandType = op.operand().getType().cast<RankedTensorType>(); in Verify() local
1010 auto operandType = op.operand().getType().dyn_cast<RankedTensorType>(); in Verify() local
1101 auto operandType = op.operand().getType().dyn_cast<RankedTensorType>(); in Verify() local
1242 auto operandType = op.operand().getType().cast<RankedTensorType>(); in Verify() local
2941 Type operandType = operand.getType(); in VerifyConditionalBranch() local
3693 auto operandType = op.operand().getType().dyn_cast<RankedTensorType>(); in Verify() local
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlhlo_legalize_to_affine.cc135 MemRefType operandType = operand.getType().cast<MemRefType>(); in matchAndRewrite() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c249 unsigned operandType; member
578 unsigned operandType, unsigned index) in check_register_index()
3537 VGPU10_OPERAND_TYPE operandType, in emit_input_declaration()
4119 unsigned operandType, VGPU10_SYSTEM_NAME name, in emit_tesslevel_declaration()
4817 unsigned opcodeType, operandType; in emit_gs_input_declarations() local
4886 VGPU10_OPERAND_TYPE operandType = VGPU10_OPERAND_TYPE_INPUT; in emit_tcs_input_declarations() local
5052 VGPU10_OPERAND_TYPE operandType; in emit_tes_input_declarations() local
/external/angle/src/compiler/translator/
DOutputSPIRV.cpp3088 const TType &operandType = operand->getType(); in createCompare() local
3159 const TType &operandType = node->getChildNode(0)->getAsTyped()->getType(); in createAtomicBuiltIn() local
4484 const TType &operandType, in createCompareImpl()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc617 TensorType operandType = op.operand().getType().cast<TensorType>(); in ExportXlaOp() local
651 TensorType operandType = op.operand().getType().cast<TensorType>(); in ExportXlaOp() local
/external/mesa3d/src/gallium/drivers/svga/include/
DVGPU10ShaderTokens.h713 unsigned int operandType : 8; /* VGPU10_OPERAND_TYPE */ member