HomeSort by relevance Sort by last modified time
    Searched refs:output_literal (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/tests/
reshape_test.cc 773 Literal output_literal = local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_evaluator_test.cc 444 auto output_literal = LiteralUtil::CreateR3<int32>( local
449 output_literal.shape(), literal_instruction, {1, 2}));
454 EXPECT_TRUE(LiteralTestUtil::Equal(result, output_literal));
460 auto output_literal = LiteralUtil::CreateR2<int32>( local
467 output_literal.shape(), literal_instruction,
473 EXPECT_TRUE(LiteralTestUtil::Equal(result, output_literal));
    [all...]

Completed in 551 milliseconds