HomeSort by relevance Sort by last modified time
    Searched refs:TF_GRAPH_DEF_VERSION (Results 1 - 25 of 50) sorted by null

1 2

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

Completed in 851 milliseconds

1 2