Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dmap_and_batch_dataset_op_test.cc151 /*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/
Dparallel_map_dataset_op_test.cc152 /*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()
Dmap_dataset_op_test.cc85 /*func_lib=*/{test::function::XTimesTwo(), test::function::XTimesFour()}, in MapDatasetParams3()
/external/tensorflow/tensorflow/core/framework/
Dfunction_test.cc1042 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()
Dfunction_testlib.h99 FunctionDef XTimesFour();
Dfunction_testlib.cc299 FunctionDef XTimesFour() { in XTimesFour() function
/external/tensorflow/tensorflow/core/common_runtime/
Dlower_if_op_test.cc69 *(f_lib_proto.add_function()) = test::function::XTimesFour(); in TEST()
263 FunctionDef x_times_four = test::function::XTimesFour(); in TEST()
Dlower_case_op_test.cc71 *(f_lib_proto.add_function()) = test::function::XTimesFour(); in TEST()
329 FunctionDef x_times_four = test::function::XTimesFour(); in TEST()
Dfunction_test.cc522 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()
Dlower_functional_ops_test.cc144 *f_lib_proto.add_function() = test::function::XTimesFour(); in TEST()
Dprocess_function_library_runtime_test.cc411 Init({test::function::XTimesTwo(), test::function::XTimesFour()}); in TEST_F()
Dshape_refiner_test.cc1452 *(f_lib_proto.add_function()) = test::function::XTimesFour(); in TEST_F()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dimplementation_selector_test.cc386 auto gpu_def = test::function::XTimesFour(); in TEST_F()
/external/tensorflow/tensorflow/core/graph/
Dgraph_partition_test.cc464 *fdef_lib.add_function() = test::function::XTimesFour(); in TEST_F()
Dgraph_test.cc598 *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()