Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dreduce_precision_test.cc526 ReducePrecision(a, exponent_bits, mantissa_bits); in DoIt()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_matchers.h254 HLO_MATCHER(ReducePrecision);
Dhlo_parser_test.cc1250 "ReducePrecision", in CreateTestCases()
1253 ENTRY ReducePrecision { in CreateTestCases()
Dpattern_matcher.h2027 XLA_UNOP_PATTERN(ReducePrecision)
/external/tensorflow/tensorflow/compiler/xla/python/
Dops.cc229 ops.def("ReducePrecision", &ReducePrecision, py::arg("operand"), in BuildOpsSubmodule()
Dxla_client_test.py1098 ops.ReducePrecision(
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dpooling_ops.cc587 xla::ReducePrecision(input, /*exponent_bits=*/8, /*mantissa_bits=*/7), in Compile()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h839 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,
Dxla_builder.cc3118 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/
Doperation_semantics.md2056 ## 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>