/external/tensorflow/tensorflow/core/framework/ |
D | common_shape_fns_test.cc | 66 InferenceContext c(TF_GRAPH_DEF_VERSION, &def, op_def, {S({}), S({10})}, {}, in TEST() 85 InferenceContext c(TF_GRAPH_DEF_VERSION, &def, op_def, {S({})}, {}, {}, {}); in TEST() 92 InferenceContext c(TF_GRAPH_DEF_VERSION, &def, op_def, in TEST() 120 InferenceContext c(TF_GRAPH_DEF_VERSION, &def, op_def, in TEST() 130 InferenceContext c(TF_GRAPH_DEF_VERSION, &def, op_def, in TEST() 140 InferenceContext c(TF_GRAPH_DEF_VERSION, &def, op_def, {S({2}), S({3, 4})}, in TEST() 150 InferenceContext c(TF_GRAPH_DEF_VERSION, &def, op_def, in TEST() 160 InferenceContext c(TF_GRAPH_DEF_VERSION, &def, op_def, in TEST() 171 InferenceContext c(TF_GRAPH_DEF_VERSION, &def, op_def, in TEST() 189 InferenceContext c(TF_GRAPH_DEF_VERSION, &def, op_def, in TEST() [all …]
|
D | op_kernel_test.cc | 162 CreateNodeDef(op_type, inputs), TF_GRAPH_DEF_VERSION, &status)); in ExpectSuccess() 178 node_def, TF_GRAPH_DEF_VERSION, &status)); in ExpectFailure() 330 TF_GRAPH_DEF_VERSION, &status)); in TEST_F() 355 TF_GRAPH_DEF_VERSION, &status)); in TEST_F() 383 TF_GRAPH_DEF_VERSION, &status)); in TEST_F() 439 TF_GRAPH_DEF_VERSION, &status)); 473 TF_GRAPH_DEF_VERSION, &status)); in ExpectFailure() 666 TF_GRAPH_DEF_VERSION, &status)); in TEST_F() 940 TF_GRAPH_DEF_VERSION, &status)); in BM_InputRangeHelper()
|
D | shape_inference_testutil.h | 41 int graph_def_version = TF_GRAPH_DEF_VERSION;
|
D | op_segment_test.cc | 68 *ndef, TF_GRAPH_DEF_VERSION, &s); in GetFn()
|
D | function_testlib.cc | 35 versions->set_producer(TF_GRAPH_DEF_VERSION); in GDef()
|
D | resource_op_kernel_test.cc | 101 node_def, TF_GRAPH_DEF_VERSION, &status)); in CreateOp()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | shape_refiner_test.cc | 84 ShapeRefiner m(TF_GRAPH_DEF_VERSION, OpRegistry::Global()); in TestStridedSlice() 129 ShapeRefiner m(TF_GRAPH_DEF_VERSION, OpRegistry::Global()); in TEST_F() 136 ShapeRefiner m(TF_GRAPH_DEF_VERSION, OpRegistry::Global()); in TEST_F() 153 ShapeRefiner m(TF_GRAPH_DEF_VERSION, OpRegistry::Global()); in TEST_F() 168 ShapeRefiner m(TF_GRAPH_DEF_VERSION, OpRegistry::Global()); in TEST_F() 185 ShapeRefiner m(TF_GRAPH_DEF_VERSION, OpRegistry::Global()); in TEST_F() 230 ShapeRefiner m(TF_GRAPH_DEF_VERSION, OpRegistry::Global()); in TEST_F() 248 ShapeRefiner m(TF_GRAPH_DEF_VERSION, OpRegistry::Global()); in TEST_F() 265 ShapeRefiner m(TF_GRAPH_DEF_VERSION, OpRegistry::Global()); in TEST_F() 281 ShapeRefiner m(TF_GRAPH_DEF_VERSION, OpRegistry::Global()); in TEST_F() [all …]
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_def_builder_test.cc | 31 ASSERT_LT(0, TF_GRAPH_DEF_VERSION); in TEST() 39 ASSERT_EQ(graph.versions().producer(), TF_GRAPH_DEF_VERSION); in TEST() 45 ASSERT_EQ(graph_def.versions().producer(), TF_GRAPH_DEF_VERSION); in TEST()
|
D | graph_constructor_test.cc | 213 if (c->graph_def_version() != TF_GRAPH_DEF_VERSION) { in __anon33ca91010202() 823 ExpectOK(strings::StrCat("versions { producer: ", TF_GRAPH_DEF_VERSION, in TEST_F() 826 ExpectVersions(TF_GRAPH_DEF_VERSION_MIN_CONSUMER, TF_GRAPH_DEF_VERSION); in TEST_F() 839 const int version = TF_GRAPH_DEF_VERSION + 1; in TEST_F() 842 " above current version ", TF_GRAPH_DEF_VERSION, in TEST_F() 848 const int version = TF_GRAPH_DEF_VERSION + 1; in TEST_F() 849 const int bad = TF_GRAPH_DEF_VERSION; in TEST_F() 1016 def.mutable_versions()->set_min_consumer(TF_GRAPH_DEF_VERSION + 1); in TEST_F() 1021 def.mutable_versions()->add_bad_consumers(TF_GRAPH_DEF_VERSION); in TEST_F() 1033 def.mutable_versions()->add_bad_consumers(TF_GRAPH_DEF_VERSION - 1); in TEST_F() [all …]
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | functions_test.cc | 249 flib, TF_GRAPH_DEF_VERSION, &item)); in TEST_F() 331 flib, TF_GRAPH_DEF_VERSION, &item)); in TEST_F() 422 flib, TF_GRAPH_DEF_VERSION, &item)); in TEST_F() 485 flib, TF_GRAPH_DEF_VERSION, &item)); in TEST_F() 534 flib, TF_GRAPH_DEF_VERSION, &item)); in TEST_F() 599 flib, TF_GRAPH_DEF_VERSION, &item)); in TEST_F() 638 flib, TF_GRAPH_DEF_VERSION, &item)); in TEST_F() 665 flib, TF_GRAPH_DEF_VERSION, &item)); in TEST_F() 706 flib, TF_GRAPH_DEF_VERSION, &item)); in TEST_F() 746 flib, TF_GRAPH_DEF_VERSION, &item)); in TEST_F() [all …]
|
/external/tensorflow/tensorflow/core/public/ |
D | version.h | 104 #define TF_GRAPH_DEF_VERSION 27 macro
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | context.cc | 63 device_mgr, opts.env, TF_GRAPH_DEF_VERSION, &func_lib_def_, in EagerContext() 445 local_unowned_device_manager_, env_, TF_GRAPH_DEF_VERSION, &func_lib_def_, in StoreCollectiveOpsServer() 478 local_unowned_device_manager_, env_, TF_GRAPH_DEF_VERSION, &func_lib_def_, in InitializeRemote()
|
D | kernel_and_device_test.cc | 51 device_mgr_.get(), Env::Default(), TF_GRAPH_DEF_VERSION, &flib_def_,
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | dataset_test_base.cc | 94 TF_GRAPH_DEF_VERSION, &kernel)); in CreateOpKernel() 159 device_mgr_.get(), Env::Default(), TF_GRAPH_DEF_VERSION, lib_def_.get(), in InitFunctionLibraryRuntime()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | constant_op_test.cc | 62 TF_GRAPH_DEF_VERSION, &status)); in PersistentMemoryTrackingTest()
|
D | restore_op_test.cc | 90 TF_GRAPH_DEF_VERSION, &status)); in TEST_F() 394 TF_GRAPH_DEF_VERSION, &status)); in TEST_F()
|
D | segment_reduction_ops_test.cc | 70 reduction_node_def, TF_GRAPH_DEF_VERSION, &status)); in BM_SegmentReduction()
|
D | parse_tensor_test.cc | 52 TF_GRAPH_DEF_VERSION, &status)); in ParseSerializedWithNodeDef()
|
D | ops_testutil.h | 99 Status InitOp() { return InitOpWithGraphVersion(TF_GRAPH_DEF_VERSION); } in InitOp()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | evaluation_utils.cc | 94 TF_GRAPH_DEF_VERSION, &status)); in EvaluateNode()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | create_xla_launch_op_test.cc | 75 device_mgr_.get(), Env::Default(), TF_GRAPH_DEF_VERSION, lib_def_.get(), in Init()
|
/external/tensorflow/tensorflow/core/common_runtime/data/ |
D | standalone.cc | 59 device_mgr.get(), Env::Default(), TF_GRAPH_DEF_VERSION, in FromGraph()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_control_flow.cc | 241 TF_GRAPH_DEF_VERSION, options.flib_def, OptimizerOptions())); in Run()
|
D | xla_compiler.h | 299 int graph_def_version = TF_GRAPH_DEF_VERSION;
|
/external/tensorflow/tensorflow/js/ops/ |
D | ts_op_gen.cc | 277 op_def.deprecation().version() <= TF_GRAPH_DEF_VERSION) { in WriteTSOps()
|