Searched refs:XTimesFour (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | function_test.cc | 1054 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()
|
D | function_testlib.h | 88 FunctionDef XTimesFour();
|
D | function_testlib.cc | 282 FunctionDef XTimesFour() { in XTimesFour() function
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | lower_if_op_test.cc | 61 *(f_lib_proto.add_function()) = test::function::XTimesFour(); in TEST() 254 FunctionDef x_times_four = test::function::XTimesFour(); in TEST()
|
D | function_test.cc | 390 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()
|
D | lower_if_while_test.cc | 132 *f_lib_proto.add_function() = test::function::XTimesFour(); in TEST()
|
D | shape_refiner_test.cc | 1486 *(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()
|
D | process_function_library_runtime_test.cc | 300 Init({test::function::XTimesTwo(), test::function::XTimesFour()}); in TEST_F()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | implementation_selector_test.cc | 105 auto gpu_def = test::function::XTimesFour(); in TEST_F()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | map_dataset_op_test.cc | 167 test::function::XTimesFour()}))); 531 test::function::XTimesFour()})));
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_partition_test.cc | 464 *fdef_lib.add_function() = test::function::XTimesFour(); in TEST_F()
|
D | graph_test.cc | 597 *proto.add_function() = test::function::XTimesFour(); in TEST_F()
|
/external/tensorflow/tensorflow/core/grappler/ |
D | mutable_graph_view_test.cc | 196 FunctionDef x_times_four = test::function::XTimesFour(); in TEST()
|