/external/tensorflow/tensorflow/core/common_runtime/ |
D | shape_refiner.h | 131 int32 graph_def_version() const { return graph_def_version_; } in graph_def_version() 132 void set_graph_def_version(int32 version) { graph_def_version_ = version; } in set_graph_def_version() 293 int32 graph_def_version_; variable
|
D | shape_refiner.cc | 44 : graph_def_version_(graph_def_version), in ShapeRefiner() 198 graph_def_version_, node->def(), node->op_def(), in AddNodeInternal() 402 tensor, *this, *ops_registry_, graph_def_version_, evaluated, result, in EvaluateConstantTensorForEdge()
|
D | function.cc | 373 int graph_def_version() const override { return graph_def_version_; } in graph_def_version() 389 const int graph_def_version_; member in tensorflow::FunctionLibraryRuntimeImpl 469 graph_def_version_(graph_def_version), in FunctionLibraryRuntimeImpl() 626 return CreateNonCachedKernel(device_, flr, props, graph_def_version_, in CreateKernel() 665 output_memory_types, graph_def_version_, &s); in CreateKernel() 1329 TF_RETURN_IF_ERROR(parent_->Clone(env_, graph_def_version_, in Clone()
|
D | process_function_library_runtime.h | 484 const int graph_def_version_; variable
|
D | process_function_library_runtime.cc | 105 graph_def_version_(graph_def_version) { in ProcessFunctionLibraryRuntime() 227 graph_def_version_, lib_def_, default_thread_pool_, in InitializeDeviceAndFlr()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | flat_map_dataset_op.h | 42 const int graph_def_version_; variable
|
D | interleave_dataset_op.h | 44 const int graph_def_version_; variable
|
D | iterator_ops.h | 169 const int graph_def_version_; variable 192 const int graph_def_version_; variable
|
D | iterator_ops.cc | 446 : OpKernel(ctx), graph_def_version_(ctx->graph_def_version()) { in IteratorHandleOp() 547 /*config=*/config, graph_def_version_, flib_def->get(), in CreatePrivateFLR() 560 graph_def_version_(context->graph_def_version()) { in AnonymousIteratorHandleOp() 775 graph_def_version_(ctx->graph_def_version()) in OneShotIteratorOp() 947 const int graph_def_version_; member in tensorflow::data::__anonadcc0d0f0711::OneShotIteratorOp
|
D | flat_map_dataset_op.cc | 276 : UnaryDatasetOpKernel(ctx), graph_def_version_(ctx->graph_def_version()) { in FlatMapDatasetOp()
|
D | multi_device_iterator_ops.cc | 398 : OpKernel(ctx), graph_def_version_(ctx->graph_def_version()) { in MultiDeviceIteratorHandleOp() 502 const int graph_def_version_; member in tensorflow::data::__anon2e5a99280111::MultiDeviceIteratorHandleOp
|
D | interleave_dataset_op.cc | 313 : UnaryDatasetOpKernel(ctx), graph_def_version_(ctx->graph_def_version()) { in InterleaveDatasetOp()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | snapshot_dataset_op.h | 75 const int graph_def_version_; variable
|
D | parse_example_dataset_op.cc | 51 graph_def_version_(ctx->graph_def_version()), in ParseExampleDatasetOp() 928 const int graph_def_version_; member in tensorflow::data::experimental::__anonfe9643fa0111::ParseExampleDatasetOp
|
D | snapshot_dataset_op.cc | 835 : UnaryDatasetOpKernel(ctx), graph_def_version_(ctx->graph_def_version()) { in SnapshotDatasetV2Op() 948 graph_def_version_(ctx->graph_def_version()) { in SnapshotDatasetOp() 2382 const int graph_def_version_; member in tensorflow::data::experimental::__anon94f7b5240311::SnapshotDatasetOp
|
/external/tensorflow/tensorflow/python/framework/ |
D | test_ops.cc | 139 : OpKernel(ctx), graph_def_version_(ctx->graph_def_version()) {} in GraphDefVersionOp() 144 output->scalar<int>()() = graph_def_version_; in Compute() 148 const int graph_def_version_; member in tensorflow::GraphDefVersionOp
|
/external/tensorflow/tensorflow/core/framework/ |
D | shape_inference.h | 628 int graph_def_version() const { return graph_def_version_; } in graph_def_version() 757 const int graph_def_version_; variable
|
D | op_kernel.h | 196 const int graph_def_version_; variable 355 int graph_def_version() const { return graph_def_version_; } in graph_def_version() 384 const int graph_def_version_; variable
|
D | op_kernel.cc | 109 graph_def_version_(context->graph_def_version()), in OpKernel() 135 graph_def_version_(context->graph_def_version()), in OpKernel() 243 graph_def_version_(graph_def_version), in OpKernelConstruction()
|
D | shape_inference.cc | 41 : graph_def_version_(graph_def_version), attrs_(attrs) { in InferenceContext() 92 : graph_def_version_(graph_def_version), attrs_(attrs) { in InferenceContext()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_properties.cc | 624 graph_def_version_ = graph.graph()->versions().producer(); in SymbolicShapeRefiner() 1280 graph_def_version_, &grappler_function_item); in AddFunction() 1340 graph_def_version_, *node, node_ctx.op_data->op_def, input_shapes, in AddNode() 2000 int graph_def_version_; member in tensorflow::grappler::SymbolicShapeRefiner
|