Searched refs:ReducePrecision (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | reduce_precision_test.cc | 526 ReducePrecision(a, exponent_bits, mantissa_bits); in DoIt()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_matchers.h | 254 HLO_MATCHER(ReducePrecision);
|
D | hlo_parser_test.cc | 1250 "ReducePrecision", in CreateTestCases() 1253 ENTRY ReducePrecision { in CreateTestCases()
|
D | pattern_matcher.h | 2027 XLA_UNOP_PATTERN(ReducePrecision)
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | ops.cc | 229 ops.def("ReducePrecision", &ReducePrecision, py::arg("operand"), in BuildOpsSubmodule()
|
D | xla_client_test.py | 1098 ops.ReducePrecision(
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | pooling_ops.cc | 587 xla::ReducePrecision(input, /*exponent_bits=*/8, /*mantissa_bits=*/7), in Compile()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.h | 839 XlaOp ReducePrecision(XlaOp operand, const int exponent_bits, 1390 friend XlaOp ReducePrecision(XlaOp operand, const int exponent_bits, 2437 XlaOp ReducePrecision(XlaOp operand, const int exponent_bits,
|
D | xla_builder.cc | 3118 XlaOp XlaBuilder::ReducePrecision(XlaOp operand, const int exponent_bits, in ReducePrecision() function in xla::XlaBuilder 4869 XlaOp ReducePrecision(const XlaOp operand, const int exponent_bits, in ReducePrecision() function 4871 return operand.builder()->ReducePrecision(operand, exponent_bits, in ReducePrecision()
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | operation_semantics.md | 2056 ## ReducePrecision section in Operation Semantics 2059 [`XlaBuilder::ReducePrecision`](https://www.tensorflow.org/code/tensorflow/compiler/xla/client/xla_… 2067 <b> `ReducePrecision(operand, mantissa_bits, exponent_bits)` </b>
|