Home
last modified time | relevance | path

Searched refs:graph_def_version (Results 1 – 25 of 52) sorted by relevance

123

/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.h103 int graph_def_version, bool is_stateful,
164 int graph_def_version,
174 int graph_def_version,
Dfunctions.cc44 std::vector<ControlOutput> control_outputs, const int graph_def_version, in GrapplerFunctionItem() argument
55 graph.mutable_versions()->set_producer(graph_def_version); in GrapplerFunctionItem()
224 const int graph_def_version, in MakeGrapplerFunctionItem() argument
298 graph_def_version, signature.is_stateful(), std::move(function_body)); in MakeGrapplerFunctionItem()
304 const int graph_def_version, in MakeGrapplerFunctionItem() argument
306 return MakeGrapplerFunctionItem(func, AttrSlice(), flib, graph_def_version, in MakeGrapplerFunctionItem()
/external/tensorflow/tensorflow/core/common_runtime/
Dkernel_benchmark_testlib.cc88 const int graph_def_version = g->versions().producer(); in Benchmark() local
94 device_mgr_.get(), Env::Default(), nullptr, graph_def_version, in Benchmark()
103 params.create_kernel = [this, graph_def_version]( in Benchmark()
106 return CreateNonCachedKernel(device_, flr_, props, graph_def_version, in Benchmark()
Dfunction.h61 Device* device, int graph_def_version,
Deval_const_tensor.h61 const OpRegistryInterface& ops, int32 graph_def_version, bool* evaluated,
Dshape_refiner.h75 ShapeRefiner(int graph_def_version, const OpRegistryInterface* ops);
131 int32 graph_def_version() const { return graph_def_version_; } in graph_def_version() function
Dfunction.cc191 int graph_def_version() const override;
307 int FunctionLibraryRuntimeOverlay::graph_def_version() const { in graph_def_version() function in tensorflow::FunctionLibraryRuntimeOverlay
308 return base_flr_->graph_def_version(); in graph_def_version()
325 int graph_def_version,
373 int graph_def_version() const override { return graph_def_version_; } in graph_def_version() function in tensorflow::FunctionLibraryRuntimeImpl
460 int graph_def_version, const FunctionLibraryDefinition* lib_def, in FunctionLibraryRuntimeImpl() argument
469 graph_def_version_(graph_def_version), in FunctionLibraryRuntimeImpl()
1374 Device* device, int graph_def_version, in NewFunctionLibraryRuntime() argument
1380 device_mgr, env, config, device, graph_def_version, lib_def, thread_pool, in NewFunctionLibraryRuntime()
Deval_const_tensor.cc350 int32 graph_def_version, bool* evaluated, in EvaluateConstantTensor() argument
390 versions.set_producer(graph_def_version); in EvaluateConstantTensor()
Dexecutor.h238 int graph_def_version, OpKernel** kernel);
Dprocess_function_library_runtime.h68 int graph_def_version, const FunctionLibraryDefinition* lib_def,
357 Status Clone(Env* env, int graph_def_version,
/external/tensorflow/tensorflow/compiler/jit/
Dxla_platform_info.cc142 options.graph_def_version = function_library.graph_def_version(); in GenerateCompilerOptions()
Dxla_kernel_creator.cc164 flr->graph_def_version(), &s); in CreateXlaKernel()
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc109 graph_def_version_(context->graph_def_version()), in OpKernel()
115 context->graph_def_version())); in OpKernel()
135 graph_def_version_(context->graph_def_version()), in OpKernel()
141 context->graph_def_version())); in OpKernel()
233 const MemoryTypeSlice& output_memory_types, int graph_def_version, in OpKernelConstruction() argument
243 graph_def_version_(graph_def_version), in OpKernelConstruction()
1578 const NodeDef& node_def, int graph_def_version, Status* status) { in CreateOpKernel() argument
1589 graph_def_version, status); in CreateOpKernel()
1594 const std::shared_ptr<const NodeProperties>& props, int graph_def_version, in CreateOpKernel() argument
1598 /*flib=*/nullptr, props, graph_def_version, &kernel); in CreateOpKernel()
[all …]
Dshape_inference_testutil.h42 int graph_def_version = TF_GRAPH_DEF_VERSION; member
Dop_def_util.h35 Status CheckOpDeprecation(const OpDef& op_def, int graph_def_version);
Dop_kernel.h265 int graph_def_version, Status* status);
355 int graph_def_version() const { return graph_def_version_; } in graph_def_version() function
1379 int graph_def_version, Status* status);
1383 const std::shared_ptr<const NodeProperties>& props, int graph_def_version,
1389 int graph_def_version, OpKernel** kernel);
1395 int graph_def_version, OpKernel** kernel);
Dshape_inference.h169 InferenceContext(int graph_def_version, const AttrSlice& attrs,
186 int graph_def_version, const AttrSlice& attrs, const OpDef& op_def,
628 int graph_def_version() const { return graph_def_version_; } in graph_def_version() function
/external/tensorflow/tensorflow/core/kernels/
Dops_testutil.cc141 Status OpsTestBase::InitOpWithGraphVersion(int graph_def_version) { in InitOpWithGraphVersion() argument
148 device_->resource_manager(), props, graph_def_version, &kernel)); in InitOpWithGraphVersion()
Dops_testutil.h91 Status InitOpWithGraphVersion(int graph_def_version);
/external/tensorflow/tensorflow/core/ops/
Dfunctional_ops_test.cc39 op.graph_def_version, op.node_def, op_reg_data->op_def, in TEST()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla.cc74 compiler_options.graph_def_version = graph->versions().producer(); in ConvertGraphToXla()
Dxla_compiler.h161 int graph_def_version = TF_GRAPH_DEF_VERSION; member
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compile.proto58 int32 graph_def_version = 10; field
Dtpu_compile_op_support.h61 int graph_def_version; member
Dtpu_compile_op_common.cc279 const FunctionLibraryDefinition& flib_def, int graph_def_version, in CompileTFFunctionToHlo() argument
294 compiler_options.graph_def_version = graph_def_version; in CompileTFFunctionToHlo()
609 flib_runtime->graph_def_version(), in CompileLocallyAndFillHostCache()

123