/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_t 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() 214 graph_def_version_, node->def(), node->op_def(), in AddNodeInternal() 418 tensor, *this, *ops_registry_, graph_def_version_, evaluated, result, in EvaluateConstantTensorForEdge()
|
D | function.cc | 377 int graph_def_version() const override { return graph_def_version_; } in graph_def_version() 393 const int graph_def_version_; member in tensorflow::FunctionLibraryRuntimeImpl 477 graph_def_version_(graph_def_version), in FunctionLibraryRuntimeImpl() 631 return CreateNonCachedKernel(device_, flr, props, graph_def_version_, in CreateKernel() 670 output_memory_types, graph_def_version_, &s); in CreateKernel() 1366 TF_RETURN_IF_ERROR(parent_->Clone(env_, graph_def_version_, in Clone()
|
D | process_function_library_runtime.h | 540 const int graph_def_version_; variable
|
D | process_function_library_runtime.cc | 108 graph_def_version_(graph_def_version) { in ProcessFunctionLibraryRuntime() 246 graph_def_version_, lib_def_, default_thread_pool_, in InitializeDeviceAndFlr()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | light_outside_compilation.h | 59 int graph_def_version_; variable
|
D | light_outside_compilation.cc | 529 graph_def_version_(context->graph_def_version()) {} in LightOutsideCompilationOp() 533 ctx, CompileToCustomCallCallingTfKernel(graph_def_version_, def_, ctx)); in Compile()
|
/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 | 176 const int graph_def_version_; variable 199 const int graph_def_version_; variable
|
D | iterator_ops.cc | 438 : OpKernel(ctx), graph_def_version_(ctx->graph_def_version()) { in IteratorHandleOp() 539 /*config=*/config, graph_def_version_, flib_def->get(), in CreatePrivateFLR() 562 graph_def_version_(context->graph_def_version()) { in AnonymousIteratorHandleOp() 705 graph_def_version_(ctx->graph_def_version()) in OneShotIteratorOp() 877 const int graph_def_version_; member in tensorflow::data::__anonbeff1aad0711::OneShotIteratorOp
|
D | flat_map_dataset_op.cc | 324 : UnaryDatasetOpKernel(ctx), graph_def_version_(ctx->graph_def_version()) { in FlatMapDatasetOp()
|
D | multi_device_iterator_ops.cc | 483 : OpKernel(ctx), graph_def_version_(ctx->graph_def_version()) { in MultiDeviceIteratorHandleOp() 586 const int graph_def_version_; member in tensorflow::data::__anon2efe57860111::MultiDeviceIteratorHandleOp
|
D | interleave_dataset_op.cc | 442 : UnaryDatasetOpKernel(ctx), graph_def_version_(ctx->graph_def_version()) { in InterleaveDatasetOp()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | snapshot_dataset_op.h | 77 const int graph_def_version_; variable
|
D | parse_example_dataset_op.cc | 51 graph_def_version_(ctx->graph_def_version()), in ParseExampleDatasetOp() 939 const int graph_def_version_; member in tensorflow::data::experimental::__anonb9ac7f580111::ParseExampleDatasetOp
|
D | snapshot_dataset_op.cc | 732 : UnaryDatasetOpKernel(ctx), graph_def_version_(ctx->graph_def_version()) { in SnapshotDatasetV2Op() 845 graph_def_version_(ctx->graph_def_version()) { in SnapshotDatasetOp() 2289 const int graph_def_version_; member in tensorflow::data::experimental::__anonbc65ddc20311::SnapshotDatasetOp
|
/external/tensorflow/tensorflow/python/framework/ |
D | test_ops.cc | 169 : OpKernel(ctx), graph_def_version_(ctx->graph_def_version()) {} in GraphDefVersionOp() 174 output->scalar<int>()() = graph_def_version_; in Compute() 178 const int graph_def_version_; member in tensorflow::GraphDefVersionOp
|
/external/tensorflow/tensorflow/core/framework/ |
D | shape_inference.h | 714 int graph_def_version() const { return graph_def_version_; } in graph_def_version() 848 const int graph_def_version_; variable
|
D | op_kernel.h | 207 const int graph_def_version_; variable 322 int graph_def_version() const { return graph_def_version_; } in graph_def_version() 351 const int graph_def_version_; variable
|
D | op_kernel.cc | 142 graph_def_version_(context->graph_def_version()), in OpKernel() 174 graph_def_version_(context->graph_def_version()), in OpKernel() 272 graph_def_version_(graph_def_version), in OpKernelConstruction()
|
D | shape_inference.cc | 42 : graph_def_version_(graph_def_version), attrs_(attrs) { in InferenceContext() 93 : graph_def_version_(graph_def_version), attrs_(attrs) { in InferenceContext()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_properties.cc | 653 graph_def_version_ = graph.graph()->versions().producer(); in SymbolicShapeRefiner() 1318 graph_def_version_, &grappler_function_item); in AddFunction() 1378 graph_def_version_, *node, node_ctx.op_data->op_def, input_shapes, in AddNode() 2044 int graph_def_version_; member in tensorflow::grappler::SymbolicShapeRefiner
|