Searched refs:empty_literal (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | dynamic_stitch_op.cc | 124 xla::Literal empty_literal = xla::Literal::CreateFromShape( in Compile() local 126 ctx->SetOutput(0, xla::ConstantLiteral(ctx->builder(), empty_literal)); in Compile()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | algebraic_simplifier_test.cc | 2209 HloInstruction* empty_literal = builder.AddInstruction( in TEST_F() local 2216 result_shape, {empty_literal, param0, param0, empty_slice, param1}, 0)); in TEST_F() 2222 m::Op().Is(empty_literal), m::Parameter(0), m::Parameter(0), in TEST_F() 2291 HloInstruction* empty_literal = builder.AddInstruction( in TEST_F() local 2298 result_shape, {empty_literal, empty_slice}, 0)); in TEST_F() 2303 GmockMatch(m::Concatenate(m::Op().Is(empty_literal), in TEST_F() 2309 EXPECT_EQ(computation->root_instruction(), empty_literal); in TEST_F()
|