HomeSort by relevance Sort by last modified time
    Searched refs:XTimesTwo (Results 26 - 28 of 28) sorted by null

12

  /external/tensorflow/tensorflow/core/graph/
graph_partition_test.cc 463 *fdef_lib.add_function() = test::function::XTimesTwo();
470 ConstructOp(in_.WithOpName("A2"), "XTimesTwo", {a1});
482 // Node "A2" is placed in part `a`, and uses only "XTimesTwo".
483 ExpectFunctions(partitions_[a].library(), {"XTimesTwo"});
485 // and "XTimesTwo" in the body of "XTimesFour".
486 ExpectFunctions(partitions_[b].library(), {"XTimesTwo", "XTimesFour"});
graph_test.cc 596 *proto.add_function() = test::function::XTimesTwo();
599 EXPECT_TRUE(graph_.flib_def().Find("XTimesTwo") != nullptr);
604 EXPECT_TRUE(graph_.flib_def().Find("XTimesTwo") != nullptr);
614 "Cannot add function 'XTimesTwo' because a different function with "
628 grad->set_function_name("XTimesTwo");
631 EXPECT_EQ(graph_.flib_def().FindGradient("XTimesTwo"), "Undefined");
635 EXPECT_EQ(graph_.flib_def().FindGradient("XTimesTwo"), "Undefined");
643 "Cannot assign gradient function 'Undefined2' to 'XTimesTwo' "
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiler_test.cc     [all...]

Completed in 212 milliseconds

12