/external/tensorflow/tensorflow/core/common_runtime/ |
D | shape_refiner.h | 130 int32 graph_def_version() const { return graph_def_version_; } in graph_def_version() 131 void set_graph_def_version(int32 version) { graph_def_version_ = version; } in set_graph_def_version() 231 int32 graph_def_version_; variable
|
D | shape_refiner.cc | 44 : graph_def_version_(graph_def_version), in ShapeRefiner() 193 graph_def_version_, node->def(), node->op_def(), in AddNode() 397 graph_def_version_, evaluated, result, in EvaluateConstantTensorForEdge()
|
D | function.cc | 371 int graph_def_version() const override { return graph_def_version_; } in graph_def_version() 387 const int graph_def_version_; member in tensorflow::FunctionLibraryRuntimeImpl 464 graph_def_version_(graph_def_version), in FunctionLibraryRuntimeImpl() 618 return CreateNonCachedKernel(device_, flr, ndef, graph_def_version_, in CreateKernel() 654 output_memory_types, graph_def_version_, &s); in CreateKernel() 1257 env_, graph_def_version_, optimizer_.options(), custom_kernel_creator_, in Clone()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | iterator_ops.cc | 368 : OpKernel(ctx), graph_def_version_(ctx->graph_def_version()) { in IteratorHandleOp() 422 graph_def_version_, std::move(device_mgr), in Compute() 468 /*config=*/config, graph_def_version_, flib_def->get(), in CreatePrivateFLR() 481 graph_def_version_(context->graph_def_version()) { in AnonymousIteratorHandleOp() 495 graph_def_version_, std::move(device_mgr), in CreateResource() 704 graph_def_version_(ctx->graph_def_version()) in OneShotIteratorOp() 797 graph_def_version_, nullptr, std::move(flib_def), in TryInit() 880 const int graph_def_version_; member in tensorflow::data::__anon2d8ca0b30711::OneShotIteratorOp
|
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 | 137 const int graph_def_version_; variable 160 const int graph_def_version_; variable
|
D | flat_map_dataset_op.cc | 256 : UnaryDatasetOpKernel(ctx), graph_def_version_(ctx->graph_def_version()) { in FlatMapDatasetOp()
|
D | multi_device_iterator_ops.cc | 396 : OpKernel(ctx), graph_def_version_(ctx->graph_def_version()) { in MultiDeviceIteratorHandleOp() 500 const int graph_def_version_; member in tensorflow::data::__anon1c56f74c0111::MultiDeviceIteratorHandleOp
|
D | interleave_dataset_op.cc | 298 : UnaryDatasetOpKernel(ctx), graph_def_version_(ctx->graph_def_version()) { in InterleaveDatasetOp()
|
/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/kernels/data/experimental/ |
D | parse_example_dataset_op.cc | 33 graph_def_version_(ctx->graph_def_version()) { in ParseExampleDatasetOp() 450 const int graph_def_version_; member in tensorflow::data::experimental::__anond56cf81e0111::ParseExampleDatasetOp
|
D | snapshot_dataset_op.cc | 368 graph_def_version_(ctx->graph_def_version()) { in SnapshotDatasetOp() 1716 const int graph_def_version_; member in tensorflow::data::experimental::__anond4e042c80111::SnapshotDatasetOp
|
/external/tensorflow/tensorflow/core/framework/ |
D | shape_inference.h | 603 int graph_def_version() const { return graph_def_version_; } in graph_def_version() 732 const int graph_def_version_; variable
|
D | op_kernel.h | 218 const int graph_def_version_; variable 379 int graph_def_version() const { return graph_def_version_; } in graph_def_version() 411 const int graph_def_version_; variable
|
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()
|
D | op_kernel.cc | 115 graph_def_version_(context->graph_def_version()), in OpKernel() 230 graph_def_version_(graph_def_version), in OpKernelConstruction()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_properties.cc | 558 graph_def_version_ = graph.graph()->versions().producer(); in SymbolicShapeRefiner() 1118 graph_def_version_, &grappler_function_item); in AddFunction() 1171 graph_def_version_, *node, node_ctx.op_data->op_def, input_shapes, in AddNode() 1806 int graph_def_version_; member in tensorflow::grappler::SymbolicShapeRefiner
|