Home
last modified time | relevance | path

Searched refs:graph_def_version_ (Results 1 – 21 of 21) 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 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()
198 graph_def_version_, node->def(), node->op_def(), in AddNodeInternal()
402 tensor, *this, *ops_registry_, graph_def_version_, evaluated, result, in EvaluateConstantTensorForEdge()
Dfunction.cc373 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()
Dprocess_function_library_runtime.h484 const int graph_def_version_; variable
Dprocess_function_library_runtime.cc105 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/
Dflat_map_dataset_op.h42 const int graph_def_version_; variable
Dinterleave_dataset_op.h44 const int graph_def_version_; variable
Diterator_ops.h169 const int graph_def_version_; variable
192 const int graph_def_version_; variable
Diterator_ops.cc446 : 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
Dflat_map_dataset_op.cc276 : UnaryDatasetOpKernel(ctx), graph_def_version_(ctx->graph_def_version()) { in FlatMapDatasetOp()
Dmulti_device_iterator_ops.cc398 : OpKernel(ctx), graph_def_version_(ctx->graph_def_version()) { in MultiDeviceIteratorHandleOp()
502 const int graph_def_version_; member in tensorflow::data::__anon2e5a99280111::MultiDeviceIteratorHandleOp
Dinterleave_dataset_op.cc313 : UnaryDatasetOpKernel(ctx), graph_def_version_(ctx->graph_def_version()) { in InterleaveDatasetOp()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dsnapshot_dataset_op.h75 const int graph_def_version_; variable
Dparse_example_dataset_op.cc51 graph_def_version_(ctx->graph_def_version()), in ParseExampleDatasetOp()
928 const int graph_def_version_; member in tensorflow::data::experimental::__anonfe9643fa0111::ParseExampleDatasetOp
Dsnapshot_dataset_op.cc835 : 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/
Dtest_ops.cc139 : 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/
Dshape_inference.h628 int graph_def_version() const { return graph_def_version_; } in graph_def_version()
757 const int graph_def_version_; variable
Dop_kernel.h196 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
Dop_kernel.cc109 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()
Dshape_inference.cc41 : 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/
Dgraph_properties.cc624 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