Searched refs:XTimesFour (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | map_and_batch_dataset_op_test.cc | 151 /*func_lib=*/{test::function::XTimesTwo(), test::function::XTimesFour()}, in MapAndBatchDatasetParams3() 186 /*func_lib=*/{test::function::XTimesTwo(), test::function::XTimesFour()}, in MapAndBatchDatasetParams5() 204 /*func_lib=*/{test::function::XTimesTwo(), test::function::XTimesFour()}, in MapAndBatchDatasetParams6() 220 /*func_lib=*/{test::function::XTimesTwo(), test::function::XTimesFour()}, in InvalidNumParallelCallsMapAndBatchDatasetParams() 236 /*func_lib=*/{test::function::XTimesTwo(), test::function::XTimesFour()}, in InvalidBatchSizeMapAndBatchDatasetParams()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | parallel_map_dataset_op_test.cc | 152 /*func_lib*/ {test::function::XTimesTwo(), test::function::XTimesFour()}, in ParallelMapDatasetParams3() 188 /*func_lib*/ {test::function::XTimesTwo(), test::function::XTimesFour()}, in ParallelMapDatasetParams5() 206 /*func_lib*/ {test::function::XTimesTwo(), test::function::XTimesFour()}, in ParallelMapDatasetParams6() 225 /*func_lib*/ {test::function::XTimesTwo(), test::function::XTimesFour()}, in ParallelMapDatasetParams7() 245 /*func_lib*/ {test::function::XTimesTwo(), test::function::XTimesFour()}, in ParallelMapDatasetParams8()
|
D | map_dataset_op_test.cc | 85 /*func_lib=*/{test::function::XTimesTwo(), test::function::XTimesFour()}, in MapDatasetParams3()
|
/external/tensorflow/tensorflow/core/framework/ |
D | function_test.cc | 1042 grad.set_gradient_func(test::function::XTimesFour().signature().name()); in TEST() 1090 grad.set_gradient_func(test::function::XTimesFour().signature().name()); in TEST() 1095 FunctionDef fdef = test::function::XTimesFour(); in TEST() 1119 *proto.add_function() = test::function::XTimesFour(); in TEST() 1140 const string x4_name = test::function::XTimesFour().signature().name(); in TEST() 1142 FunctionDef fdef = test::function::XTimesFour(); in TEST() 1176 const string x4_name = test::function::XTimesFour().signature().name(); in TEST() 1193 *proto2.add_function() = test::function::XTimesFour(); in TEST() 1212 const string x4_name = test::function::XTimesFour().signature().name(); in TEST() 1439 fdef2 = test::function::XTimesFour(); in TEST()
|
D | function_testlib.h | 99 FunctionDef XTimesFour();
|
D | function_testlib.cc | 299 FunctionDef XTimesFour() { in XTimesFour() function
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | lower_if_op_test.cc | 69 *(f_lib_proto.add_function()) = test::function::XTimesFour(); in TEST() 263 FunctionDef x_times_four = test::function::XTimesFour(); in TEST()
|
D | lower_case_op_test.cc | 71 *(f_lib_proto.add_function()) = test::function::XTimesFour(); in TEST() 329 FunctionDef x_times_four = test::function::XTimesFour(); in TEST()
|
D | function_test.cc | 522 Init({test::function::XTimesTwo(), test::function::XTimesFour(), in TEST_F() 541 *proto.add_function() = test::function::XTimesFour(); in TEST_F() 593 *lib.add_function() = test::function::XTimesFour(); in TEST_F() 816 Init({test::function::XTimesTwo(), test::function::XTimesFour(), in TEST_F() 935 Init({test::function::XTimesTwo(), test::function::XTimesFour()}); in TEST_F() 1445 Init({test::function::XTimesTwo(), test::function::XTimesFour(), in TEST_F() 1561 Init({test::function::XTimesTwo(), test::function::XTimesFour()}); in TEST_F() 1582 Init({bad_x_times_two, test::function::XTimesFour(), in TEST_F() 1616 Init({test::function::XTimesTwo(), test::function::XTimesFour(), in TEST_F()
|
D | lower_functional_ops_test.cc | 144 *f_lib_proto.add_function() = test::function::XTimesFour(); in TEST()
|
D | process_function_library_runtime_test.cc | 411 Init({test::function::XTimesTwo(), test::function::XTimesFour()}); in TEST_F()
|
D | shape_refiner_test.cc | 1452 *(f_lib_proto.add_function()) = test::function::XTimesFour(); in TEST_F()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | implementation_selector_test.cc | 386 auto gpu_def = test::function::XTimesFour(); in TEST_F()
|
/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 | 598 *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()
|