/external/tensorflow/tensorflow/python/framework/ |
D | cpp_shape_inference.cc | 52 int graph_def_version, const string& serialized_node_def, in RunCppShapeInferenceImpl() argument 128 graph_def_version, &node, op_reg_data->op_def, input_shapes, in RunCppShapeInferenceImpl() 174 int graph_def_version, const string& serialized_node_def, in RunCppShapeInference() argument 195 graph_def_version, serialized_node_def, input_serialized_shapes, in RunCppShapeInference()
|
D | cpp_shape_inference.h | 45 int graph_def_version, const string& serialized_node_def,
|
D | test_ops.cc | 48 if (c->graph_def_version() != TF_GRAPH_DEF_VERSION - 1) { in __anonddbb40510202() 133 : OpKernel(ctx), graph_def_version_(ctx->graph_def_version()) {} in GraphDefVersionOp()
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | functions.h | 196 int graph_def_version, bool is_stateful, 263 int graph_def_version, 273 int graph_def_version,
|
D | functions.cc | 314 std::vector<ControlOutput> control_outputs, const int graph_def_version, in GrapplerFunctionItem() argument 325 graph.mutable_versions()->set_producer(graph_def_version); in GrapplerFunctionItem() 484 const int graph_def_version, in MakeGrapplerFunctionItem() argument 651 std::move(outputs), std::move(control_outputs), graph_def_version, in MakeGrapplerFunctionItem() 658 const int graph_def_version, in MakeGrapplerFunctionItem() argument 660 return MakeGrapplerFunctionItem(func, AttrSlice(), flib, graph_def_version, in MakeGrapplerFunctionItem()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | kernel_benchmark_testlib.cc | 75 const int graph_def_version = g->versions().producer(); in Benchmark() local 80 params.create_kernel = [this, graph_def_version](const NodeDef& ndef, in Benchmark() 83 graph_def_version, kernel); in Benchmark()
|
D | function.h | 58 int graph_def_version, const FunctionLibraryDefinition* lib_def, 68 int graph_def_version, const FunctionLibraryDefinition* lib_def,
|
D | 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,
|
D | process_function_library_runtime.cc | 59 const DeviceMgr* device_mgr, Env* env, int graph_def_version, in ProcessFunctionLibraryRuntime() argument 72 nullptr, env, nullptr, graph_def_version, lib_def_, default_thread_pool, in ProcessFunctionLibraryRuntime() 78 device_mgr, env, d, graph_def_version, lib_def_, default_thread_pool, in ProcessFunctionLibraryRuntime() 84 const DeviceMgr* device_mgr, Env* env, int graph_def_version, in ProcessFunctionLibraryRuntime() argument 98 nullptr, env, nullptr, graph_def_version, lib_def_, default_thread_pool, in ProcessFunctionLibraryRuntime() 104 device_mgr, env, d, graph_def_version, lib_def_, default_thread_pool, in ProcessFunctionLibraryRuntime() 1004 Env* env, int graph_def_version, const OptimizerOptions& optimizer_options, in Clone() argument 1010 device_mgr_, env, graph_def_version, out_lib_def->get(), in Clone()
|
D | shape_refiner.h | 91 ShapeRefiner(int graph_def_version, const OpRegistryInterface* ops); 147 int32 graph_def_version() const { return graph_def_version_; } in graph_def_version() function
|
D | eval_const_tensor.h | 58 const OpRegistryInterface& ops, int32 graph_def_version, bool* evaluated,
|
D | function.cc | 201 int graph_def_version() override; 291 int FunctionLibraryRuntimeOverlay::graph_def_version() { in graph_def_version() function in tensorflow::FunctionLibraryRuntimeOverlay 292 return base_flr_->graph_def_version(); in graph_def_version() 308 int graph_def_version, 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() argument 434 graph_def_version_(graph_def_version), in FunctionLibraryRuntimeImpl() 1221 int graph_def_version, const FunctionLibraryDefinition* lib_def, in NewFunctionLibraryRuntime() argument 1226 device_mgr, env, device, graph_def_version, lib_def, thread_pool, in NewFunctionLibraryRuntime() 1232 int graph_def_version, const FunctionLibraryDefinition* lib_def, in NewFunctionLibraryRuntime() argument [all …]
|
D | eval_const_tensor.cc | 310 int32 graph_def_version, bool* evaluated, in EvaluateConstantTensor() argument 333 versions.set_producer(graph_def_version); in EvaluateConstantTensor()
|
D | executor.h | 226 const NodeDef& ndef, int graph_def_version,
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_kernel.cc | 105 graph_def_version_(context->graph_def_version()), in OpKernel() 114 context->graph_def_version())); in OpKernel() 206 const MemoryTypeSlice& output_memory_types, int graph_def_version, in OpKernelConstruction() argument 218 graph_def_version_(graph_def_version), in OpKernelConstruction() 1258 const NodeDef& node_def, int graph_def_version, Status* status) { in CreateOpKernel() argument 1261 node_def, graph_def_version, &kernel); in CreateOpKernel() 1267 const NodeDef& node_def, int graph_def_version, in CreateOpKernel() argument 1325 input_memory_types, outputs, output_memory_types, graph_def_version, &s); in CreateOpKernel()
|
D | 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_; } in graph_def_version() function
|
D | shape_inference_testutil.h | 41 int graph_def_version = TF_GRAPH_DEF_VERSION; member
|
D | op_def_util.h | 35 Status CheckOpDeprecation(const OpDef& op_def, int graph_def_version);
|
D | shape_inference.cc | 33 int graph_def_version, const NodeDef* node_def, const OpDef& op_def, in InferenceContext() argument 40 : graph_def_version_(graph_def_version), in InferenceContext() 88 int graph_def_version, const NodeDef* node_def, const OpDef& op_def, in InferenceContext() argument 95 : graph_def_version_(graph_def_version), in InferenceContext() 141 int graph_def_version, const NodeDef* node_def, const OpDef& op_def, in InferenceContext() argument 147 : graph_def_version_(graph_def_version), in InferenceContext()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | ops_testutil.h | 102 Status InitOpWithGraphVersion(int graph_def_version) { in InitOpWithGraphVersion() argument 105 node_def_, graph_def_version, &status); in InitOpWithGraphVersion()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | optimize_dataset_op.cc | 36 graph_def_version_(ctx->graph_def_version()) { in OptimizeDatasetOp()
|
D | filter_by_component_dataset_op.cc | 36 graph_def_version_(ctx->graph_def_version()) { in FilterByLastComponentDatasetOp()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | rebatch_dataset_op.cc | 28 graph_def_version_(ctx->graph_def_version()) { in RebatchDatasetOp()
|
D | auto_shard_dataset_op.cc | 28 graph_def_version_(ctx->graph_def_version()) { in AutoShardDatasetOp()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | create_xla_launch_op.cc | 235 fbody->ret_types, output_memory_types, flr->graph_def_version(), &s); in CreateXlaLaunchOp()
|