Home
last modified time | relevance | path

Searched refs:graph_def_version_ (Results 1 – 19 of 19) 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
Dshape_refiner.cc44 : graph_def_version_(graph_def_version), in ShapeRefiner()
260 new InferenceContext(graph_def_version_, &node->def(), node->op_def(), in AddNode()
424 graph_def_version_, evaluated, result, in EvaluateConstantTensorForEdge()
Dfunction.cc351 int graph_def_version() override { return graph_def_version_; } in graph_def_version()
365 const int graph_def_version_; member in tensorflow::FunctionLibraryRuntimeImpl
434 graph_def_version_(graph_def_version), in FunctionLibraryRuntimeImpl()
557 return CreateNonCachedKernel(device_, this, ndef, graph_def_version_, in CreateKernel()
592 fbody->ret_types, output_memory_types, graph_def_version_, &s); in CreateKernel()
1181 parent_->Clone(env_, graph_def_version_, optimizer_.options(), in Clone()
/external/tensorflow/tensorflow/core/kernels/data/
Doptimize_dataset_op.cc36 graph_def_version_(ctx->graph_def_version()) { in OptimizeDatasetOp()
90 const int graph_def_version_; member in tensorflow::data::__anon90faeaaa0111::OptimizeDatasetOp
Diterator_ops.h74 const int graph_def_version_; variable
98 const int graph_def_version_; variable
Dfilter_by_component_dataset_op.cc36 graph_def_version_(ctx->graph_def_version()) { in FilterByLastComponentDatasetOp()
47 const int graph_def_version_; member in tensorflow::data::__anond0e1a64b0111::FilterByLastComponentDatasetOp
Diterator_ops.cc394 : OpKernel(ctx), graph_def_version_(ctx->graph_def_version()) { in IteratorHandleOp()
448 graph_def_version_, std::move(device_mgr), in Compute()
490 device_mgr->get(), ctx->env(), graph_def_version_, flib_def->get(), in CreatePrivateFLR()
503 : OpKernel(context), graph_def_version_(context->graph_def_version()) { in AnonymousIteratorHandleOp()
534 context->env(), output_dtypes_, output_shapes_, graph_def_version_, in Compute()
761 graph_def_version_(ctx->graph_def_version()) in OneShotIteratorOp()
853 graph_def_version_, nullptr, std::move(flib_def), in TryInit()
942 const int graph_def_version_; member in tensorflow::data::__anon9c98ff710411::OneShotIteratorOp
Dflat_map_dataset_op.cc34 graph_def_version_(ctx->graph_def_version()) { in FlatMapDatasetOp()
271 const int graph_def_version_; member in tensorflow::data::__anond045031d0111::FlatMapDatasetOp
Dinterleave_dataset_op.cc34 graph_def_version_(ctx->graph_def_version()) { in InterleaveDatasetOp()
328 const int graph_def_version_; member in tensorflow::data::__anon811adb680111::InterleaveDatasetOp
Dmulti_device_iterator_ops.cc375 : OpKernel(ctx), graph_def_version_(ctx->graph_def_version()) { in MultiDeviceIteratorHandleOp()
479 const int graph_def_version_; member in tensorflow::data::__anon2db6daca0111::MultiDeviceIteratorHandleOp
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Drebatch_dataset_op.cc28 graph_def_version_(ctx->graph_def_version()) { in RebatchDatasetOp()
91 const int graph_def_version_; member in tensorflow::data::__anonc56d986f0111::RebatchDatasetOp
Dauto_shard_dataset_op.cc28 graph_def_version_(ctx->graph_def_version()) { in AutoShardDatasetOp()
108 const int graph_def_version_; member in tensorflow::data::__anonb61025000111::AutoShardDatasetOp
Dparse_example_dataset_op.cc33 graph_def_version_(ctx->graph_def_version()) { in ParseExampleDatasetOp()
383 const int graph_def_version_; member in tensorflow::data::__anon4380089c0111::ParseExampleDatasetOp
/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.h179 return graph_def_version_ < 6; in allow_legacy_scalars()
208 const int graph_def_version_; variable
356 int graph_def_version() const { return graph_def_version_; } in graph_def_version()
387 const int graph_def_version_; variable
Dshape_inference.h638 int graph_def_version() const { return graph_def_version_; } in graph_def_version()
772 const int graph_def_version_; variable
Dshape_inference.cc40 : graph_def_version_(graph_def_version), in InferenceContext()
95 : graph_def_version_(graph_def_version), in InferenceContext()
147 : graph_def_version_(graph_def_version), in InferenceContext()
Dop_kernel.cc105 graph_def_version_(context->graph_def_version()), in OpKernel()
218 graph_def_version_(graph_def_version), in OpKernelConstruction()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc556 graph_def_version_ = graph.graph()->versions().producer(); in SymbolicShapeRefiner()
1047 graph_def_version_, &grappler_function_item)); in AddFunction()
1091 graph_def_version_, node, node_ctx.op_data->op_def, input_shapes, in AddNode()
1690 int graph_def_version_; member in tensorflow::grappler::SymbolicShapeRefiner