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.py35 x_tf = graph_only_ops.graph_placeholder(dtypes.int32, shape=(1,))
Dgraph_only_ops.py29 def graph_placeholder(dtype, shape, name=None): function
Dfunction.py45 from tensorflow.python.eager.graph_only_ops import graph_placeholder
922 gradient_placeholder = graph_placeholder(gradient_dtype, gradient_shape)
1043 jvp_placeholder = graph_placeholder(gradient_dtype, gradient_shape)
1103 doutput_placeholder = graph_placeholder(doutput.dtype, doutput.shape)
1125 placeholder = graph_placeholder(gradient_dtype, gradient_shape)
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py31 from tensorflow.python.eager.graph_only_ops import graph_placeholder
1142 placeholder = graph_placeholder(
1223 placeholder = graph_placeholder(
1229 placeholder = graph_placeholder(arg.dtype, placeholder_shape)
1244 placeholder = graph_placeholder(dtypes.resource, arg.shape,