Home
last modified time | relevance | path

Searched refs:is_graph_rewrite (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dwindow_dataset.cc87 if (ctx->is_graph_rewrite()) { in AsGraphDefInternal()
Dtensor_dataset_op.cc102 if (!ctx->is_graph_rewrite()) { in AsGraphDefInternal()
Dtensor_slice_dataset_op.cc120 if (!ctx->is_graph_rewrite()) { in AsGraphDefInternal()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dlist_dataset_op.cc111 if (!ctx->is_graph_rewrite()) { in AsGraphDefInternal()
/external/tensorflow/tensorflow/core/framework/
Ddataset.h654 bool is_graph_rewrite = false; member
673 bool is_graph_rewrite() const { return params_.is_graph_rewrite; } in is_graph_rewrite() function
Ddataset.cc754 if (ctx->is_graph_rewrite()) { in AddInputDataset()
795 if (t.dtype() == DT_RESOURCE && !ctx->is_graph_rewrite()) { in AddDatasetOrTensor()
/external/tensorflow/tensorflow/core/data/
Dserialization_utils.cc427 params.is_graph_rewrite = true; in AsGraphDefForRewrite()
Dcaptured_function.cc511 if (!ctx->is_graph_rewrite()) { in AddToGraph()