Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.h147 int32 graph_def_version() const { return graph_def_version_; } in graph_def_version()
148 void set_graph_def_version(int32 version) { graph_def_version_ = version; } in set_graph_def_version()
263 int32 graph_def_version_; variable
Dfunction.cc181 int graph_def_version() override { return graph_def_version_; } in graph_def_version()
195 const int graph_def_version_; member in tensorflow::FunctionLibraryRuntimeImpl
254 graph_def_version_(graph_def_version), in FunctionLibraryRuntimeImpl()
370 return CreateNonCachedKernel(device_, this, ndef, graph_def_version_, in CreateKernel()
406 fbody->ret_types, output_memory_types, graph_def_version_, &s); in CreateKernel()
906 parent_->Clone(env_, graph_def_version_, optimizer_.options(), in Clone()
Dshape_refiner.cc43 : graph_def_version_(graph_def_version), in ShapeRefiner()
260 new InferenceContext(graph_def_version_, &node->def(), node->op_def(), in AddNode()
430 versions.set_producer(graph_def_version_); in EvaluateConstantTensorForEdge()
/external/tensorflow/tensorflow/core/kernels/data/
Dfilter_dataset_op.cc33 graph_def_version_(ctx->graph_def_version()) { in FilterDatasetOp()
55 const int graph_def_version_; member in tensorflow::__anon35f544d30111::FilterDatasetOp
Dmap_dataset_op.cc33 graph_def_version_(ctx->graph_def_version()) { in MapDatasetOp()
180 const int graph_def_version_; member in tensorflow::__anon13d7864b0111::MapDatasetOp
Diterator_ops.cc439 : OpKernel(ctx), graph_def_version_(ctx->graph_def_version()) { in IteratorHandleOp()
492 output_dtypes_, output_shapes_, graph_def_version_, in Compute()
556 device_mgr->get(), ctx->env(), graph_def_version_, flib_def->get(), in CreatePrivateFLR()
568 const int graph_def_version_; member in tensorflow::__anon70b9ebe50111::IteratorHandleOp
659 graph_def_version_(ctx->graph_def_version()) in OneShotIteratorOp()
750 output_dtypes_, output_shapes_, graph_def_version_, in TryInit()
841 const int graph_def_version_; member in tensorflow::__anon70b9ebe50111::OneShotIteratorOp
Dflat_map_dataset_op.cc34 graph_def_version_(ctx->graph_def_version()) { in FlatMapDatasetOp()
271 const int graph_def_version_; member in tensorflow::__anon7e78e5110111::FlatMapDatasetOp
Dscan_dataset_op.cc36 graph_def_version_(ctx->graph_def_version()) { in ScanDatasetOp()
266 const int graph_def_version_; member in tensorflow::__anon963ac2520111::ScanDatasetOp
Dinterleave_dataset_op.cc35 graph_def_version_(ctx->graph_def_version()) { in InterleaveDatasetOp()
316 const int graph_def_version_; member in tensorflow::__anon8bcf0a5c0111::InterleaveDatasetOp
Dparallel_map_dataset_op.cc36 graph_def_version_(ctx->graph_def_version()) { in ParallelMapDatasetOp()
392 const int graph_def_version_; member in tensorflow::__anone16060770111::ParallelMapDatasetOp
Dparallel_interleave_dataset_op.cc37 graph_def_version_(ctx->graph_def_version()) { in ParallelInterleaveDatasetOp()
492 const int graph_def_version_; member in tensorflow::__anon7aef3b080111::ParallelInterleaveDatasetOp
Dmap_and_batch_dataset_op.cc39 graph_def_version_(ctx->graph_def_version()) { in MapAndBatchDatasetOp()
397 const int graph_def_version_; member in tensorflow::__anondaa6fdbe0111::MapAndBatchDatasetOp
Dgroup_by_window_dataset_op.cc34 graph_def_version_(ctx->graph_def_version()) { in GroupByWindowDatasetOp()
523 const int graph_def_version_; member in tensorflow::__anon18116eeb0111::GroupByWindowDatasetOp
/external/tensorflow/tensorflow/python/framework/
Dtest_ops.cc133 : OpKernel(ctx), graph_def_version_(ctx->graph_def_version()) {} in GraphDefVersionOp()
138 output->scalar<int>()() = graph_def_version_; in Compute()
142 const int graph_def_version_; member in tensorflow::GraphDefVersionOp
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.h149 return graph_def_version_ < 6; in allow_legacy_scalars()
176 const int graph_def_version_; variable
324 int graph_def_version() const { return graph_def_version_; } in graph_def_version()
355 const int graph_def_version_; variable
Dshape_inference.h610 int graph_def_version() const { return graph_def_version_; } in graph_def_version()
736 const int graph_def_version_; variable
Dshape_inference.cc40 : graph_def_version_(graph_def_version), in InferenceContext()
93 : graph_def_version_(graph_def_version), in InferenceContext()
143 : graph_def_version_(graph_def_version), in InferenceContext()
Dop_kernel.cc98 graph_def_version_(context->graph_def_version()), in OpKernel()
200 graph_def_version_(graph_def_version), in OpKernelConstruction()