Searched refs:ReducePrecision (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | reduce_precision_insertion_test.cc | 71 EXPECT_THAT(b->operand(0), op::ReducePrecision(a)); in TEST_F() 98 EXPECT_THAT(b->operand(0), op::ReducePrecision(a)); in TEST_F() 129 EXPECT_THAT(c->operand(0), op::ReducePrecision(a)); in TEST_F() 130 EXPECT_THAT(c->operand(1), op::ReducePrecision(b)); in TEST_F() 193 EXPECT_THAT(b->operand(0), op::ReducePrecision(a)); in TEST_F() 194 EXPECT_THAT(c->operand(0), op::ReducePrecision(a)); in TEST_F() 220 EXPECT_THAT(computation->root_instruction(), op::ReducePrecision(b)); in TEST_F() 258 EXPECT_THAT(c->operand(0), op::ReducePrecision()); in TEST_F() 260 EXPECT_THAT(c->operand(1), op::ReducePrecision()); in TEST_F() 339 EXPECT_THAT(computation->root_instruction(), op::ReducePrecision()); in TEST_F() [all …]
|
D | hlo_matchers.h | 226 HLO_MATCHER(ReducePrecision);
|
D | hlo_parser_test.cc | 1094 ENTRY ReducePrecision { in CreateTestCases()
|
D | pattern_matcher.h | 2096 XLA_UNOP_PATTERN(ReducePrecision)
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | reduce_precision_test.cc | 237 ReducePrecision(a, exponent_bits, mantissa_bits); in XLA_TEST_P()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.h | 540 XlaOp ReducePrecision(const XlaOp& operand, const int exponent_bits, 966 friend XlaOp ReducePrecision(const XlaOp& operand, const int exponent_bits, 1811 XlaOp ReducePrecision(const XlaOp& operand, const int exponent_bits,
|
D | xla_builder.cc | 2294 XlaOp XlaBuilder::ReducePrecision(const XlaOp& operand, const int exponent_bits, in ReducePrecision() function in xla::XlaBuilder 3418 XlaOp ReducePrecision(const XlaOp& operand, const int exponent_bits, in ReducePrecision() function 3420 return operand.builder()->ReducePrecision(operand, exponent_bits, in ReducePrecision()
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | operation_semantics.md | 1827 ## ReducePrecision section in Operation Semantics 1830 [`XlaBuilder::ReducePrecision`](https://www.tensorflow.org/code/tensorflow/compiler/xla/client/xla_… 1838 <b> `ReducePrecision(operand, mantissa_bits, exponent_bits)` </b>
|