Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral_test.cc1430 TEST_F(LiteralUtilTest, BitcastConvert) { in TEST_F() argument
1436 TF_ASSERT_OK_AND_ASSIGN(Literal converted, original.BitcastConvert(F32)); in TEST_F()
1441 Status status = literal.BitcastConvert(F64).status(); in TEST_F()
Dliteral.h241 StatusOr<Literal> BitcastConvert(PrimitiveType primitive_dest_type) const;
Dliteral.cc1415 StatusOr<Literal> LiteralBase::BitcastConvert( in BitcastConvert() function in xla::LiteralBase
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_typed_visitor.h260 parent_->GetEvaluatedLiteralFor(operand).BitcastConvert( in HandleBitcastConvert()