/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, {S({1, 23, 4, 4, 2})}, 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 | 169 CreateNodeDef(op_type, inputs), TF_GRAPH_DEF_VERSION, &status)); in ExpectSuccess() 185 node_def, TF_GRAPH_DEF_VERSION, &status)); in ExpectFailure() 371 TF_GRAPH_DEF_VERSION, &status)); in TEST_F() 395 TF_GRAPH_DEF_VERSION, &status)); in TEST_F() 422 TF_GRAPH_DEF_VERSION, &status)); in TEST_F() 507 CreateNodeDef("Test4", {DT_FLOAT}), TF_GRAPH_DEF_VERSION, &status)); in TEST_F() 571 TF_GRAPH_DEF_VERSION, &status)); 605 TF_GRAPH_DEF_VERSION, &status)); in ExpectFailure() 798 TF_GRAPH_DEF_VERSION, &status)); in TEST_F() 1072 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 | resource_op_kernel_test.cc | 102 node_def, TF_GRAPH_DEF_VERSION, &status)); in CreateOp()
|
D | function_testlib.cc | 35 versions->set_producer(TF_GRAPH_DEF_VERSION); in GDef()
|
/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() 170 ShapeRefiner m(TF_GRAPH_DEF_VERSION, OpRegistry::Global()); in TEST_F() 215 ShapeRefiner m(TF_GRAPH_DEF_VERSION, OpRegistry::Global()); in TEST_F() 233 ShapeRefiner m(TF_GRAPH_DEF_VERSION, OpRegistry::Global()); in TEST_F() 250 ShapeRefiner m(TF_GRAPH_DEF_VERSION, OpRegistry::Global()); in TEST_F() 266 ShapeRefiner m(TF_GRAPH_DEF_VERSION, OpRegistry::Global()); in TEST_F() 302 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 | 212 if (c->graph_def_version() != TF_GRAPH_DEF_VERSION) { in __anon5c4ac3030202() 822 ExpectOK(strings::StrCat("versions { producer: ", TF_GRAPH_DEF_VERSION, in TEST_F() 825 ExpectVersions(TF_GRAPH_DEF_VERSION_MIN_CONSUMER, TF_GRAPH_DEF_VERSION); in TEST_F() 838 const int version = TF_GRAPH_DEF_VERSION + 1; in TEST_F() 841 " above current version ", TF_GRAPH_DEF_VERSION, in TEST_F() 847 const int version = TF_GRAPH_DEF_VERSION + 1; in TEST_F() 848 const int bad = TF_GRAPH_DEF_VERSION; in TEST_F() 1015 def.mutable_versions()->set_min_consumer(TF_GRAPH_DEF_VERSION + 1); in TEST_F() 1020 def.mutable_versions()->add_bad_consumers(TF_GRAPH_DEF_VERSION); in TEST_F() 1032 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 | 133 flib, TF_GRAPH_DEF_VERSION, &item)); in TEST_F() 214 flib, TF_GRAPH_DEF_VERSION, &item)); in TEST_F() 309 flib, TF_GRAPH_DEF_VERSION, &item)); in TEST_F() 374 flib, TF_GRAPH_DEF_VERSION, &item)); in TEST_F() 426 flib, TF_GRAPH_DEF_VERSION, &item)); in TEST_F() 465 flib, TF_GRAPH_DEF_VERSION, &item)); in TEST_F() 492 flib, TF_GRAPH_DEF_VERSION, &item)); in TEST_F() 533 flib, TF_GRAPH_DEF_VERSION, &item)); in TEST_F() 573 flib, TF_GRAPH_DEF_VERSION, &item)); in TEST_F() 667 flib, TF_GRAPH_DEF_VERSION, &item)); in TEST_F() [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | ops_testutil.cc | 83 TF_GRAPH_DEF_VERSION, flib_def_.get(), OptimizerOptions()); in OpsTestBase() 107 TF_GRAPH_DEF_VERSION, flib_def_.get(), OptimizerOptions()); in SetDevice() 132 return InitOpWithGraphVersion(TF_GRAPH_DEF_VERSION); in InitOp()
|
D | constant_op_test.cc | 66 TF_GRAPH_DEF_VERSION, &status)); in PersistentMemoryTrackingTest()
|
D | restore_op_test.cc | 93 TF_GRAPH_DEF_VERSION, &status)); in TEST_F() 397 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 | nn_ops_test.cc | 767 TF_GRAPH_DEF_VERSION, &status)); in BM_LRNFloat() 849 TF_GRAPH_DEF_VERSION, &status)); in BM_AvgPool() 955 avgpool_grad_node_def, TF_GRAPH_DEF_VERSION, &status)); in BM_AvgPoolBk() 1046 TF_GRAPH_DEF_VERSION, &status)); in BM_MaxPool() 1223 TF_GRAPH_DEF_VERSION, &status)); in BM_ReluFloat() 1296 softplus_node_def, TF_GRAPH_DEF_VERSION, &status)); in BM_SoftplusFloat()
|
D | parse_tensor_test.cc | 55 TF_GRAPH_DEF_VERSION, &status)); in ParseSerializedWithNodeDef()
|
/external/tensorflow/tensorflow/core/public/ |
D | version.h | 111 #define TF_GRAPH_DEF_VERSION 175 // Updated: 2019/10/1 macro
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | shape_inference.cc | 40 TF_GRAPH_DEF_VERSION, ndef, op_reg_data->op_def, in RunShapeInference()
|
D | context.cc | 98 ResetPFLR(device_mgr, opts.env, &opts.config, TF_GRAPH_DEF_VERSION, in EagerContext() 814 TF_GRAPH_DEF_VERSION, &func_lib_def_, in StoreCollectiveOpsServer() 998 ResetPFLR(local_device_manager_.Get(), env_, config, TF_GRAPH_DEF_VERSION, in UpdateRemoteMaster() 1067 ResetPFLR(local_device_manager_.Get(), env_, config, TF_GRAPH_DEF_VERSION, in SetMasterContextState() 1169 ResetPFLR(local_device_manager_.Get(), env_, config, TF_GRAPH_DEF_VERSION, in InitializeRemoteWorker() 1225 TF_GRAPH_DEF_VERSION, FuncLibDef(), in UpdateRemoteWorker()
|
D | kernel_and_device_test.cc | 53 TF_GRAPH_DEF_VERSION, &flib_def_, opts,
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | evaluation_utils.cc | 73 TF_GRAPH_DEF_VERSION, &status)); in EvaluateNode()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_kernel_creator_test.cc | 77 TF_GRAPH_DEF_VERSION, lib_def_.get(), opts, in Init()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/ |
D | trt_engine_op_test.cc | 116 TF_GRAPH_DEF_VERSION, &kernel); in InitOpWithFunctionLibrary()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_control_flow.cc | 229 TF_GRAPH_DEF_VERSION, options.flib_def, in Run()
|
/external/tensorflow/tensorflow/js/ops/ |
D | ts_op_gen.cc | 277 op_def.deprecation().version() <= TF_GRAPH_DEF_VERSION) { in WriteTSOps()
|