/external/tensorflow/tensorflow/python/framework/ |
D | cpp_shape_inference.cc | 52 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/ |
D | shape_inference_testutil.h | 41 int graph_def_version = TF_GRAPH_DEF_VERSION; member
|
D | shape_inference.cc | 33 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()
|
D | op_kernel.cc | 206 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()
|
D | shape_inference.h | 638 int graph_def_version() const { return graph_def_version_; } in graph_def_version() function
|
D | op_def_util.cc | 339 Status CheckOpDeprecation(const OpDef& op_def, int graph_def_version) { in CheckOpDeprecation()
|
D | op_kernel.h | 356 int graph_def_version() const { return graph_def_version_; } in graph_def_version() function
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | shape_refiner.h | 147 int32 graph_def_version() const { return graph_def_version_; } in graph_def_version() function
|
D | kernel_benchmark_testlib.cc | 75 const int graph_def_version = g->versions().producer(); in Benchmark() local
|
D | process_function_library_runtime.cc | 59 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()
|
D | eval_const_tensor.cc | 310 int32 graph_def_version, bool* evaluated, in EvaluateConstantTensor()
|
D | function.cc | 291 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()
|
D | shape_refiner.cc | 42 ShapeRefiner::ShapeRefiner(int graph_def_version, in ShapeRefiner()
|
D | direct_session.cc | 1233 int graph_def_version; in CreateExecutors() local
|
D | executor.cc | 2872 const NodeDef& ndef, int graph_def_version, in CreateNonCachedKernel()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | ops_testutil.h | 102 Status InitOpWithGraphVersion(int graph_def_version) { in InitOpWithGraphVersion()
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | functions.cc | 314 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/ |
D | xla_compiler.h | 299 int graph_def_version = TF_GRAPH_DEF_VERSION; member
|