Home
last modified time | relevance | path

Searched defs:operand_types (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dcomparators.cc93 const string& name, const std::vector<PrimitiveType>& operand_types, in CreateScalarComparisonComputation()
147 const std::vector<PrimitiveType>& operand_types, XlaBuilder* builder) { in CreateScalarLtComputation()
154 const std::vector<PrimitiveType>& operand_types, XlaBuilder* builder) { in CreateScalarGtComputation()
/external/vixl/tools/test_generator/
Dparser.py54 def __init__(self, operand_types, operand_variants, input_types, argument
Dgenerator.py149 def GenerateOperands(self, operand_types): argument
/external/v8/src/compiler/
Dbytecode-analysis.cc98 const OperandType* operand_types = Bytecodes::GetOperandTypes(bytecode); in UpdateInLiveness() local
278 const OperandType* operand_types = Bytecodes::GetOperandTypes(bytecode); in UpdateAssignments() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_normalization.cc154 std::vector<PrimitiveType> operand_types(hlo->operand_count()); in HandleMultipleOutputs() local
Dhlo_creation_utils.cc295 std::vector<PrimitiveType> operand_types(operands.size()); in MakeSortHlo() local
/external/v8/src/interpreter/
Dbytecode-array-accessor.cc161 const OperandType* operand_types = in GetRegisterOperandRange() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1636 std::vector<PrimitiveType> operand_types; in Sort() local