Searched refs:operand_precision (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | xla_svd_op.cc | 43 precision_config_.operand_precision(0)); in Compile()
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | xla_ops_test.py | 125 precision_config.operand_precision.extend([precision, precision]) 156 precision_config.operand_precision.extend([precision, precision])
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_parser.cc | 1076 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()
|
D | hlo_instructions.cc | 52 if (absl::c_all_of(precision_config.operand_precision(), [](int32 precision) { in PrecisionConfigToString() 62 precision_config.operand_precision(), ",", in PrecisionConfigToString()
|
D | hlo_parser_test.cc | 413 …2[1,1,1]{2,1,0} %filter), window={size=1}, dim_labels=b0f_0io->b0f, operand_precision={high,defaul… in CreateTestCases()
|
D | hlo_instruction_test.cc | 1758 clone->precision_config().operand_precision(), in TEST_F()
|
D | algebraic_simplifier_test.cc | 3267 .operand_precision(), in TEST_P()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | xla_data.proto | 630 repeated Precision operand_precision = 1; field
|