Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dcast_op.cc74 xla::PrimitiveType same_width_int = in Compile() local
76 OP_REQUIRES(ctx, same_width_int != xla::PRIMITIVE_TYPE_INVALID, in Compile()
80 xla::BitcastConvertType(input, same_width_int), in Compile()
81 ::tensorflow::IntegerLiteral(builder, same_width_int, mask)), in Compile()