Home
last modified time | relevance | path

Searched refs:graph_placeholder (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dgraph_only_ops_test.py41 x_tf = graph_only_ops.graph_placeholder(dtypes.int32, shape=(1,))
Dgraph_only_ops.py41 def graph_placeholder(dtype, shape, name=None): function
Dfunction.py37 from tensorflow.python.eager.graph_only_ops import graph_placeholder
772 graph_placeholder(x.dtype, x.shape) for x in outputs
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py29 from tensorflow.python.eager.graph_only_ops import graph_placeholder
836 placeholder = graph_placeholder(
911 placeholder = graph_placeholder(
917 placeholder = graph_placeholder(arg.dtype, placeholder_shape)