Home
last modified time | relevance | path

Searched refs:operand_precision (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dxla_svd_op.cc43 precision_config_.operand_precision(0)); in Compile()
/external/tensorflow/tensorflow/compiler/tests/
Dxla_ops_test.py125 precision_config.operand_precision.extend([precision, precision])
156 precision_config.operand_precision.extend([precision, precision])
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc1076 optional<std::vector<PrecisionConfig::Precision>> operand_precision; in ParseInstructionRhs() local
1078 &operand_precision}; in ParseInstructionRhs()
1093 if (operand_precision) { in ParseInstructionRhs()
1095 operand_precision->begin(), operand_precision->end()}; in ParseInstructionRhs()
1574 optional<std::vector<PrecisionConfig::Precision>> operand_precision; in ParseInstructionRhs() local
1576 &operand_precision}; in ParseInstructionRhs()
1602 if (operand_precision) { in ParseInstructionRhs()
1604 operand_precision->begin(), operand_precision->end()}; in ParseInstructionRhs()
Dhlo_instructions.cc52 if (absl::c_all_of(precision_config.operand_precision(), [](int32 precision) { in PrecisionConfigToString()
62 precision_config.operand_precision(), ",", in PrecisionConfigToString()
Dhlo_parser_test.cc413 …2[1,1,1]{2,1,0} %filter), window={size=1}, dim_labels=b0f_0io->b0f, operand_precision={high,defaul… in CreateTestCases()
Dhlo_instruction_test.cc1758 clone->precision_config().operand_precision(), in TEST_F()
Dalgebraic_simplifier_test.cc3267 .operand_precision(), in TEST_P()
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto630 repeated Precision operand_precision = 1; field