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

1 2

  /external/tensorflow/tensorflow/core/common_runtime/
eval_const_tensor.h 43 // graph_def_version - the producer version of the graph.
58 const OpRegistryInterface& ops, int32 graph_def_version, bool* evaluated,
function.h 58 int graph_def_version, const FunctionLibraryDefinition* lib_def,
68 int graph_def_version, const FunctionLibraryDefinition* lib_def,
shape_refiner.h 91 ShapeRefiner(int graph_def_version, const OpRegistryInterface* ops);
147 int32 graph_def_version() const { return graph_def_version_; } function in class:tensorflow::ShapeRefiner
kernel_benchmark_testlib.cc 75 const int graph_def_version = g->versions().producer(); local
80 params.create_kernel = [this, graph_def_version](const NodeDef& ndef,
83 graph_def_version, kernel);
process_function_library_runtime.h 35 const DeviceMgr* device_mgr, Env* env, int graph_def_version,
43 int graph_def_version,
216 Status Clone(Env* env, int graph_def_version,
executor.h 226 const NodeDef& ndef, int graph_def_version,
eval_const_tensor.cc 310 int32 graph_def_version, bool* evaluated,
333 versions.set_producer(graph_def_version);
process_function_library_runtime.cc 59 const DeviceMgr* device_mgr, Env* env, int graph_def_version,
72 nullptr, env, nullptr, graph_def_version, lib_def_, default_thread_pool,
78 device_mgr, env, d, graph_def_version, lib_def_, default_thread_pool,
84 const DeviceMgr* device_mgr, Env* env, int graph_def_version,
98 nullptr, env, nullptr, graph_def_version, lib_def_, default_thread_pool,
104 device_mgr, env, d, graph_def_version, lib_def_, default_thread_pool,
    [all...]
function.cc 201 int graph_def_version() override;
291 int FunctionLibraryRuntimeOverlay::graph_def_version() { function in class:tensorflow::FunctionLibraryRuntimeOverlay
292 return base_flr_->graph_def_version();
308 int graph_def_version,
351 int graph_def_version() override { return graph_def_version_; }
425 const DeviceMgr* dmgr, Env* env, Device* device, int graph_def_version,
434 graph_def_version_(graph_def_version),
    [all...]
  /external/tensorflow/tensorflow/python/framework/
cpp_shape_inference.h 45 int graph_def_version, const string& serialized_node_def,
cpp_shape_inference.cc 52 int graph_def_version, const string& serialized_node_def,
128 graph_def_version, &node, op_reg_data->op_def, input_shapes,
174 int graph_def_version, const string& serialized_node_def,
195 graph_def_version, serialized_node_def, input_serialized_shapes,
test_ops.cc 48 if (c->graph_def_version() != TF_GRAPH_DEF_VERSION - 1) {
133 : OpKernel(ctx), graph_def_version_(ctx->graph_def_version()) {}
  /external/tensorflow/tensorflow/core/grappler/utils/
functions.h 196 int graph_def_version, bool is_stateful,
263 int graph_def_version,
273 int graph_def_version,
functions.cc 314 std::vector<ControlOutput> control_outputs, const int graph_def_version,
325 graph.mutable_versions()->set_producer(graph_def_version);
484 const int graph_def_version,
651 std::move(outputs), std::move(control_outputs), graph_def_version,
658 const int graph_def_version,
660 return MakeGrapplerFunctionItem(func, AttrSlice(), flib, graph_def_version,
    [all...]
  /external/tensorflow/tensorflow/core/framework/
op_def_util.h 35 Status CheckOpDeprecation(const OpDef& op_def, int graph_def_version);
shape_inference_testutil.h 41 int graph_def_version = TF_GRAPH_DEF_VERSION; member in struct:tensorflow::ShapeInferenceTestOp
shape_inference.h 173 InferenceContext(int graph_def_version, const NodeDef* node_def,
193 int graph_def_version, const NodeDef* node_def, const OpDef& op_def,
213 int graph_def_version, const NodeDef* node_def, const OpDef& op_def,
638 int graph_def_version() const { return graph_def_version_; } function in class:tensorflow::shape_inference::InferenceContext
    [all...]
op_kernel.cc 105 graph_def_version_(context->graph_def_version()),
114 context->graph_def_version()));
206 const MemoryTypeSlice& output_memory_types, int graph_def_version,
218 graph_def_version_(graph_def_version),
    [all...]
  /external/tensorflow/tensorflow/core/kernels/data/experimental/
auto_shard_dataset_op.cc 28 graph_def_version_(ctx->graph_def_version()) {
rebatch_dataset_op.cc 28 graph_def_version_(ctx->graph_def_version()) {
  /external/tensorflow/tensorflow/core/kernels/data/
optimize_dataset_op.cc 36 graph_def_version_(ctx->graph_def_version()) {
filter_by_component_dataset_op.cc 36 graph_def_version_(ctx->graph_def_version()) {
  /external/tensorflow/tensorflow/core/kernels/
ops_testutil.h 102 Status InitOpWithGraphVersion(int graph_def_version) {
105 node_def_, graph_def_version, &status);
  /external/tensorflow/tensorflow/compiler/jit/
create_xla_launch_op.cc 235 fbody->ret_types, output_memory_types, flr->graph_def_version(), &s);
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiler.h 299 int graph_def_version = TF_GRAPH_DEF_VERSION; member in struct:tensorflow::XlaCompiler::Options

Completed in 1148 milliseconds

1 2