Home
last modified time | relevance | path

Searched refs:graph_def_version_ (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.h131 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
Dshape_refiner.cc44 : 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()
Dfunction.cc377 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()
Dprocess_function_library_runtime.h540 const int graph_def_version_; variable
Dprocess_function_library_runtime.cc108 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/
Dlight_outside_compilation.h59 int graph_def_version_; variable
Dlight_outside_compilation.cc529 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/
Dflat_map_dataset_op.h42 const int graph_def_version_; variable
Dinterleave_dataset_op.h44 const int graph_def_version_; variable
Diterator_ops.h176 const int graph_def_version_; variable
199 const int graph_def_version_; variable
Diterator_ops.cc438 : 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
Dflat_map_dataset_op.cc324 : UnaryDatasetOpKernel(ctx), graph_def_version_(ctx->graph_def_version()) { in FlatMapDatasetOp()
Dmulti_device_iterator_ops.cc483 : OpKernel(ctx), graph_def_version_(ctx->graph_def_version()) { in MultiDeviceIteratorHandleOp()
586 const int graph_def_version_; member in tensorflow::data::__anon2efe57860111::MultiDeviceIteratorHandleOp
Dinterleave_dataset_op.cc442 : UnaryDatasetOpKernel(ctx), graph_def_version_(ctx->graph_def_version()) { in InterleaveDatasetOp()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dsnapshot_dataset_op.h77 const int graph_def_version_; variable
Dparse_example_dataset_op.cc51 graph_def_version_(ctx->graph_def_version()), in ParseExampleDatasetOp()
939 const int graph_def_version_; member in tensorflow::data::experimental::__anonb9ac7f580111::ParseExampleDatasetOp
Dsnapshot_dataset_op.cc732 : 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/
Dtest_ops.cc169 : 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/
Dshape_inference.h714 int graph_def_version() const { return graph_def_version_; } in graph_def_version()
848 const int graph_def_version_; variable
Dop_kernel.h207 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
Dop_kernel.cc142 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()
Dshape_inference.cc42 : 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/
Dgraph_properties.cc653 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