Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dreduce_precision_insertion_test.cc71 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 …]
Dhlo_matchers.h226 HLO_MATCHER(ReducePrecision);
Dhlo_parser_test.cc1094 ENTRY ReducePrecision { in CreateTestCases()
Dpattern_matcher.h2096 XLA_UNOP_PATTERN(ReducePrecision)
/external/tensorflow/tensorflow/compiler/xla/tests/
Dreduce_precision_test.cc237 ReducePrecision(a, exponent_bits, mantissa_bits); in XLA_TEST_P()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h540 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,
Dxla_builder.cc2294 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/
Doperation_semantics.md1827 ## 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>