Home
last modified time | relevance | path

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

12

/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, 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.cc162 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()
Dshape_inference_testutil.h41 int graph_def_version = TF_GRAPH_DEF_VERSION;
Dop_segment_test.cc68 *ndef, TF_GRAPH_DEF_VERSION, &s); in GetFn()
Dfunction_testlib.cc35 versions->set_producer(TF_GRAPH_DEF_VERSION); in GDef()
Dresource_op_kernel_test.cc101 node_def, TF_GRAPH_DEF_VERSION, &status)); in CreateOp()
/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()
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/
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.cc213 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/
Dfunctions_test.cc249 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/
Dversion.h104 #define TF_GRAPH_DEF_VERSION 27 macro
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc63 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()
Dkernel_and_device_test.cc51 device_mgr_.get(), Env::Default(), TF_GRAPH_DEF_VERSION, &flib_def_,
/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_test_base.cc94 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/
Dconstant_op_test.cc62 TF_GRAPH_DEF_VERSION, &status)); in PersistentMemoryTrackingTest()
Drestore_op_test.cc90 TF_GRAPH_DEF_VERSION, &status)); in TEST_F()
394 TF_GRAPH_DEF_VERSION, &status)); in TEST_F()
Dsegment_reduction_ops_test.cc70 reduction_node_def, TF_GRAPH_DEF_VERSION, &status)); in BM_SegmentReduction()
Dparse_tensor_test.cc52 TF_GRAPH_DEF_VERSION, &status)); in ParseSerializedWithNodeDef()
Dops_testutil.h99 Status InitOp() { return InitOpWithGraphVersion(TF_GRAPH_DEF_VERSION); } in InitOp()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Devaluation_utils.cc94 TF_GRAPH_DEF_VERSION, &status)); in EvaluateNode()
/external/tensorflow/tensorflow/compiler/jit/
Dcreate_xla_launch_op_test.cc75 device_mgr_.get(), Env::Default(), TF_GRAPH_DEF_VERSION, lib_def_.get(), in Init()
/external/tensorflow/tensorflow/core/common_runtime/data/
Dstandalone.cc59 device_mgr.get(), Env::Default(), TF_GRAPH_DEF_VERSION, in FromGraph()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_control_flow.cc241 TF_GRAPH_DEF_VERSION, options.flib_def, OptimizerOptions())); in Run()
Dxla_compiler.h299 int graph_def_version = TF_GRAPH_DEF_VERSION;
/external/tensorflow/tensorflow/js/ops/
Dts_op_gen.cc277 op_def.deprecation().version() <= TF_GRAPH_DEF_VERSION) { in WriteTSOps()

12