OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:input_pipeline_ops
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/contrib/input_pipeline/
__init__.py
23
from tensorflow.contrib.input_pipeline.python.ops.
input_pipeline_ops
import obtain_next
/external/tensorflow/tensorflow/contrib/input_pipeline/python/ops/
input_pipeline_ops_test.py
15
"""Tests for
input_pipeline_ops
."""
20
from tensorflow.contrib.input_pipeline.python.ops import
input_pipeline_ops
36
sample1 =
input_pipeline_ops
.obtain_next(c, var)
39
sample2 =
input_pipeline_ops
.obtain_next(c, var)
42
sample3 =
input_pipeline_ops
.obtain_next(c, var)
49
elem =
input_pipeline_ops
.seek_next(string_list)
69
elem =
input_pipeline_ops
.seek_next(string_list, num_epochs=1)
79
elem =
input_pipeline_ops
.seek_next(string_list, num_epochs=3)
/external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
graph_io.py
21
from tensorflow.contrib.input_pipeline.python.ops import
input_pipeline_ops
401
input_pipeline_ops
.seek_next(
[
all
...]
Completed in 207 milliseconds