Home
last modified time | relevance | path

Searched defs:graph_def_version (Results 1 – 18 of 18) 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/framework/
Dshape_inference_testutil.h41 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()
88 int graph_def_version, const NodeDef* node_def, const OpDef& op_def, in InferenceContext()
141 int graph_def_version, const NodeDef* node_def, const OpDef& op_def, in InferenceContext()
Dop_kernel.cc206 const MemoryTypeSlice& output_memory_types, int graph_def_version, in OpKernelConstruction()
1258 const NodeDef& node_def, int graph_def_version, Status* status) { in CreateOpKernel()
1267 const NodeDef& node_def, int graph_def_version, in CreateOpKernel()
Dshape_inference.h638 int graph_def_version() const { return graph_def_version_; } in graph_def_version() function
Dop_def_util.cc339 Status CheckOpDeprecation(const OpDef& op_def, int graph_def_version) { in CheckOpDeprecation()
Dop_kernel.h356 int graph_def_version() const { return graph_def_version_; } in graph_def_version() function
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.h147 int32 graph_def_version() const { return graph_def_version_; } in graph_def_version() function
Dkernel_benchmark_testlib.cc75 const int graph_def_version = g->versions().producer(); in Benchmark() local
Deval_const_tensor.cc310 int32 graph_def_version, bool* evaluated, in EvaluateConstantTensor()
Dprocess_function_library_runtime.cc59 const DeviceMgr* device_mgr, Env* env, int graph_def_version, in ProcessFunctionLibraryRuntime()
84 const DeviceMgr* device_mgr, Env* env, int graph_def_version, in ProcessFunctionLibraryRuntime()
1004 Env* env, int graph_def_version, const OptimizerOptions& optimizer_options, in Clone()
Dfunction.cc291 int FunctionLibraryRuntimeOverlay::graph_def_version() { in graph_def_version() function in tensorflow::FunctionLibraryRuntimeOverlay
351 int graph_def_version() override { return graph_def_version_; } in graph_def_version() function in tensorflow::FunctionLibraryRuntimeImpl
425 const DeviceMgr* dmgr, Env* env, Device* device, int graph_def_version, in FunctionLibraryRuntimeImpl()
1221 int graph_def_version, const FunctionLibraryDefinition* lib_def, in NewFunctionLibraryRuntime()
1232 int graph_def_version, const FunctionLibraryDefinition* lib_def, in NewFunctionLibraryRuntime()
Dshape_refiner.cc42 ShapeRefiner::ShapeRefiner(int graph_def_version, in ShapeRefiner()
Ddirect_session.cc1233 int graph_def_version; in CreateExecutors() local
Dexecutor.cc2872 const NodeDef& ndef, int graph_def_version, in CreateNonCachedKernel()
/external/tensorflow/tensorflow/core/kernels/
Dops_testutil.h102 Status InitOpWithGraphVersion(int graph_def_version) { in InitOpWithGraphVersion()
/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.cc314 std::vector<ControlOutput> control_outputs, const int graph_def_version, in GrapplerFunctionItem()
484 const int graph_def_version, in MakeGrapplerFunctionItem()
658 const int graph_def_version, in MakeGrapplerFunctionItem()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.h299 int graph_def_version = TF_GRAPH_DEF_VERSION; member