Home
last modified time | relevance | path

Searched refs:src_bitwidth (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dprimitive_util.cc100 xla::PrimitiveType UnsignedIntegralTypeForBitWidth(int64 src_bitwidth) { in UnsignedIntegralTypeForBitWidth() argument
101 switch (src_bitwidth) { in UnsignedIntegralTypeForBitWidth()
Dprimitive_util.h154 PrimitiveType UnsignedIntegralTypeForBitWidth(int64 src_bitwidth);
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dcast_op.cc69 int src_bitwidth = xla::primitive_util::BitWidth(src_type_); in Compile() local
75 xla::primitive_util::UnsignedIntegralTypeForBitWidth(src_bitwidth); in Compile()