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.h130 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
Dshape_refiner.cc44 : 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()
Dfunction.cc371 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/
Diterator_ops.cc368 : 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
Dflat_map_dataset_op.h42 const int graph_def_version_; variable
Dinterleave_dataset_op.h44 const int graph_def_version_; variable
Diterator_ops.h137 const int graph_def_version_; variable
160 const int graph_def_version_; variable
Dflat_map_dataset_op.cc256 : UnaryDatasetOpKernel(ctx), graph_def_version_(ctx->graph_def_version()) { in FlatMapDatasetOp()
Dmulti_device_iterator_ops.cc396 : OpKernel(ctx), graph_def_version_(ctx->graph_def_version()) { in MultiDeviceIteratorHandleOp()
500 const int graph_def_version_; member in tensorflow::data::__anon1c56f74c0111::MultiDeviceIteratorHandleOp
Dinterleave_dataset_op.cc298 : UnaryDatasetOpKernel(ctx), graph_def_version_(ctx->graph_def_version()) { in InterleaveDatasetOp()
/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/kernels/data/experimental/
Dparse_example_dataset_op.cc33 graph_def_version_(ctx->graph_def_version()) { in ParseExampleDatasetOp()
450 const int graph_def_version_; member in tensorflow::data::experimental::__anond56cf81e0111::ParseExampleDatasetOp
Dsnapshot_dataset_op.cc368 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/
Dshape_inference.h603 int graph_def_version() const { return graph_def_version_; } in graph_def_version()
732 const int graph_def_version_; variable
Dop_kernel.h218 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
Dshape_inference.cc41 : graph_def_version_(graph_def_version), attrs_(attrs) { in InferenceContext()
92 : graph_def_version_(graph_def_version), attrs_(attrs) { in InferenceContext()
Dop_kernel.cc115 graph_def_version_(context->graph_def_version()), in OpKernel()
230 graph_def_version_(graph_def_version), in OpKernelConstruction()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc558 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