Home
last modified time | relevance | path

Searched refs:XTimesFour (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dfunction_test.cc1054 grad.set_gradient_func(test::function::XTimesFour().signature().name()); in TEST()
1078 grad.set_gradient_func(test::function::XTimesFour().signature().name()); in TEST()
1083 FunctionDef fdef = test::function::XTimesFour(); in TEST()
1107 *proto.add_function() = test::function::XTimesFour(); in TEST()
1128 const string x4_name = test::function::XTimesFour().signature().name(); in TEST()
1130 FunctionDef fdef = test::function::XTimesFour(); in TEST()
1164 const string x4_name = test::function::XTimesFour().signature().name(); in TEST()
1181 *proto2.add_function() = test::function::XTimesFour(); in TEST()
1200 const string x4_name = test::function::XTimesFour().signature().name(); in TEST()
1433 fdef2 = test::function::XTimesFour(); in TEST()
Dfunction_testlib.h88 FunctionDef XTimesFour();
Dfunction_testlib.cc282 FunctionDef XTimesFour() { in XTimesFour() function
/external/tensorflow/tensorflow/core/common_runtime/
Dlower_if_op_test.cc61 *(f_lib_proto.add_function()) = test::function::XTimesFour(); in TEST()
254 FunctionDef x_times_four = test::function::XTimesFour(); in TEST()
Dfunction_test.cc390 Init({test::function::XTimesTwo(), test::function::XTimesFour(), in TEST_F()
409 *proto.add_function() = test::function::XTimesFour(); in TEST_F()
464 *lib.add_function() = test::function::XTimesFour(); in TEST_F()
686 Init({test::function::XTimesTwo(), test::function::XTimesFour(), in TEST_F()
805 Init({test::function::XTimesTwo(), test::function::XTimesFour()}); in TEST_F()
1118 Init({test::function::XTimesTwo(), test::function::XTimesFour(), in TEST_F()
1234 Init({test::function::XTimesTwo(), test::function::XTimesFour()}); in TEST_F()
1255 Init({bad_x_times_two, test::function::XTimesFour(), in TEST_F()
1289 Init({test::function::XTimesTwo(), test::function::XTimesFour(), in TEST_F()
Dlower_if_while_test.cc132 *f_lib_proto.add_function() = test::function::XTimesFour(); in TEST()
Dshape_refiner_test.cc1486 *(f_lib_proto.add_function()) = test::function::XTimesFour(); in TEST_F()
1510 test::function::XTimesFour().node_def_size()); in TEST_F()
1522 *(f_lib_proto.add_function()) = test::function::XTimesFour(); in TEST_F()
Dprocess_function_library_runtime_test.cc300 Init({test::function::XTimesTwo(), test::function::XTimesFour()}); in TEST_F()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dimplementation_selector_test.cc105 auto gpu_def = test::function::XTimesFour(); in TEST_F()
/external/tensorflow/tensorflow/core/kernels/data/
Dmap_dataset_op_test.cc167 test::function::XTimesFour()})));
531 test::function::XTimesFour()})));
/external/tensorflow/tensorflow/core/graph/
Dgraph_partition_test.cc464 *fdef_lib.add_function() = test::function::XTimesFour(); in TEST_F()
Dgraph_test.cc597 *proto.add_function() = test::function::XTimesFour(); in TEST_F()
/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view_test.cc196 FunctionDef x_times_four = test::function::XTimesFour(); in TEST()