Searched refs:graph_def_version (Results 26 - 45 of 45) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/data/
H A Dscan_dataset_op.cc36 graph_def_version_(ctx->graph_def_version()) {
H A Dinterleave_dataset_op.cc35 graph_def_version_(ctx->graph_def_version()) {
H A Dmap_and_batch_dataset_op.cc39 graph_def_version_(ctx->graph_def_version()) {
H A Dparallel_interleave_dataset_op.cc37 graph_def_version_(ctx->graph_def_version()) {
H A Dparallel_map_dataset_op.cc36 graph_def_version_(ctx->graph_def_version()) {
H A Dgroup_by_window_dataset_op.cc34 graph_def_version_(ctx->graph_def_version()) {
H A Diterator_ops.cc86 const int /*unused: graph_def_version*/,
439 : OpKernel(ctx), graph_def_version_(ctx->graph_def_version()) {
659 graph_def_version_(ctx->graph_def_version())
/external/tensorflow/tensorflow/core/framework/
H A Dop_def_util.cc325 Status CheckOpDeprecation(const OpDef& op_def, int graph_def_version) { argument
328 if (graph_def_version >= dep.version()) {
331 graph_def_version, ". It has been removed in version ", dep.version(),
H A Dfunction.h536 virtual int graph_def_version() = 0;
H A Dcommon_shape_fns_test.cc987 op.graph_def_version = 20;
H A Dcommon_shape_fns.cc1067 if (c->graph_def_version() < 21) {
/external/tensorflow/tensorflow/core/graph/
H A Dgraph_constructor.cc1232 gdef.versions().producer() < refiner->graph_def_version() &&
1237 << refiner->graph_def_version() << ". Shape inference will "
1251 std::min(refiner->graph_def_version(), gdef.versions().producer()));
H A Dgraph_constructor_test.cc208 if (c->graph_def_version() != TF_GRAPH_DEF_VERSION) {
2822 // that would not import if the graph_def_version were 21.
3070 EXPECT_EQ(20, refiner.graph_def_version());
3143 EXPECT_EQ(17, refiner.graph_def_version());
/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dtf2xla.cc269 compiler_options.graph_def_version = graph->versions().producer();
H A Dxla_compiler.cc103 &device_mgr_, Env::Default(), options.graph_def_version,
107 &device_mgr_, Env::Default(), options.graph_def_version, options.flib_def,
/external/tensorflow/tensorflow/core/common_runtime/
H A Dshape_refiner.cc41 ShapeRefiner::ShapeRefiner(int graph_def_version, argument
43 : graph_def_version_(graph_def_version),
H A Ddirect_session.cc1176 int graph_def_version; local
1179 graph_def_version =
1183 device_mgr_.get(), options_.env, graph_def_version,
H A Dexecutor.cc2622 const NodeDef& ndef, int graph_def_version,
2627 graph_def_version, kernel);
2621 CreateNonCachedKernel(Device* device, FunctionLibraryRuntime* flib, const NodeDef& ndef, int graph_def_version, OpKernel** kernel) argument
/external/tensorflow/tensorflow/core/ops/
H A Darray_ops.cc1733 if (c->graph_def_version() <= 21 && shape.dims() <= 0) {
/external/tensorflow/tensorflow/python/framework/
H A Dops_test.py2303 v = test_ops.graph_def_version().eval()

Completed in 1439 milliseconds

12