Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tools/
Dshow_literal.cc40 xla::LiteralProto literal_proto; in main() local
42 &literal_proto)); in main()
44 xla::Literal::CreateFromProto(literal_proto).ConsumeValueOrDie(); in main()
45 LOG(INFO) << "literal: " << literal_proto.ShortDebugString(); in main()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dliteral_test_util_test.cc153 LiteralProto literal_proto; in TEST() local
155 &literal_proto)); in TEST()
157 Literal::CreateFromProto(literal_proto).ConsumeValueOrDie(); in TEST()
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_state_ops.h523 xla::LiteralProto literal_proto = literal.ToProto(); in Compute() local
526 SerializeToTString(literal_proto, &output.scalar<tstring>()()); in Compute()
641 xla::LiteralProto literal_proto; in Compute() local
643 ctx, ParseFromTString(literal_info.scalar<tstring>()(), &literal_proto), in Compute()
647 OP_REQUIRES_OK(ctx, XRTStateHelpers::MakeLiteral(literal_proto, &literal)); in Compute()