Home
last modified time | relevance | path

Searched refs:TF_GRAPH_DEF_VERSION (Results 1 – 25 of 57) sorted by relevance

123

/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns_test.cc66 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 …]
Dop_kernel_test.cc169 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()
Dshape_inference_testutil.h41 int graph_def_version = TF_GRAPH_DEF_VERSION;
Dop_segment_test.cc68 *ndef, TF_GRAPH_DEF_VERSION, &s); in GetFn()
Dresource_op_kernel_test.cc102 node_def, TF_GRAPH_DEF_VERSION, &status)); in CreateOp()
Dfunction_testlib.cc35 versions->set_producer(TF_GRAPH_DEF_VERSION); in GDef()
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner_test.cc84 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/
Dgraph_def_builder_test.cc31 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()
Dgraph_constructor_test.cc212 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/
Dfunctions_test.cc133 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/
Dops_testutil.cc83 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()
Dconstant_op_test.cc66 TF_GRAPH_DEF_VERSION, &status)); in PersistentMemoryTrackingTest()
Drestore_op_test.cc93 TF_GRAPH_DEF_VERSION, &status)); in TEST_F()
397 TF_GRAPH_DEF_VERSION, &status)); in TEST_F()
Dsegment_reduction_ops_test.cc70 reduction_node_def, TF_GRAPH_DEF_VERSION, &status)); in BM_SegmentReduction()
Dnn_ops_test.cc767 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()
Dparse_tensor_test.cc55 TF_GRAPH_DEF_VERSION, &status)); in ParseSerializedWithNodeDef()
/external/tensorflow/tensorflow/core/public/
Dversion.h111 #define TF_GRAPH_DEF_VERSION 175 // Updated: 2019/10/1 macro
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dshape_inference.cc40 TF_GRAPH_DEF_VERSION, ndef, op_reg_data->op_def, in RunShapeInference()
Dcontext.cc98 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()
Dkernel_and_device_test.cc53 TF_GRAPH_DEF_VERSION, &flib_def_, opts,
/external/tensorflow/tensorflow/core/grappler/optimizers/
Devaluation_utils.cc73 TF_GRAPH_DEF_VERSION, &status)); in EvaluateNode()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_kernel_creator_test.cc77 TF_GRAPH_DEF_VERSION, lib_def_.get(), opts, in Init()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op_test.cc116 TF_GRAPH_DEF_VERSION, &kernel); in InitOpWithFunctionLibrary()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_control_flow.cc229 TF_GRAPH_DEF_VERSION, options.flib_def, in Run()
/external/tensorflow/tensorflow/js/ops/
Dts_op_gen.cc277 op_def.deprecation().version() <= TF_GRAPH_DEF_VERSION) { in WriteTSOps()

123