Home
last modified time | relevance | path

Searched defs:graph_def_version (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dcpp_shape_inference.cc52 int graph_def_version, const string& serialized_node_def, in RunCppShapeInferenceImpl()
174 int graph_def_version, const string& serialized_node_def, in RunCppShapeInference()
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc29 const DeviceMgr* device_mgr, Env* env, int graph_def_version, in ProcessFunctionLibraryRuntime()
51 const DeviceMgr* device_mgr, Env* env, int graph_def_version, in ProcessFunctionLibraryRuntime()
337 Env* env, int graph_def_version, const OptimizerOptions& optimizer_options, in Clone()
Dshape_refiner.h147 int32 graph_def_version() const { return graph_def_version_; } in graph_def_version() function
Dkernel_benchmark_testlib.cc73 const int graph_def_version = g->versions().producer(); in Benchmark() local
Dfunction.cc181 int graph_def_version() override { return graph_def_version_; } in graph_def_version() function in tensorflow::FunctionLibraryRuntimeImpl
246 const DeviceMgr* dmgr, Env* env, Device* device, int graph_def_version, in FunctionLibraryRuntimeImpl()
946 int graph_def_version, const FunctionLibraryDefinition* lib_def, in NewFunctionLibraryRuntime()
957 int graph_def_version, const FunctionLibraryDefinition* lib_def, in NewFunctionLibraryRuntime()
Dshape_refiner.cc41 ShapeRefiner::ShapeRefiner(int graph_def_version, in ShapeRefiner()
Ddirect_session.cc1176 int graph_def_version; in GetOrCreateExecutors() local
Dexecutor.cc2622 const NodeDef& ndef, int graph_def_version, in CreateNonCachedKernel()
/external/tensorflow/tensorflow/core/framework/
Dshape_inference_testutil.h40 int graph_def_version = TF_GRAPH_DEF_VERSION; member
Dshape_inference.cc33 int graph_def_version, const NodeDef* node_def, const OpDef& op_def, in InferenceContext()
86 int graph_def_version, const NodeDef* node_def, const OpDef& op_def, in InferenceContext()
137 int graph_def_version, const NodeDef* node_def, const OpDef& op_def, in InferenceContext()
Dop_kernel.cc188 const MemoryTypeSlice& output_memory_types, int graph_def_version, in OpKernelConstruction()
1101 const NodeDef& node_def, int graph_def_version, Status* status) { in CreateOpKernel()
1110 const NodeDef& node_def, int graph_def_version, in CreateOpKernel()
Dshape_inference.h610 int graph_def_version() const { return graph_def_version_; } in graph_def_version() function
Dop_def_util.cc325 Status CheckOpDeprecation(const OpDef& op_def, int graph_def_version) { in CheckOpDeprecation()
Dop_kernel.h324 int graph_def_version() const { return graph_def_version_; } in graph_def_version() function
/external/tensorflow/tensorflow/core/kernels/
Dops_testutil.h102 Status InitOpWithGraphVersion(int graph_def_version) { in InitOpWithGraphVersion()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.h239 int graph_def_version = TF_GRAPH_DEF_VERSION; member