Searched refs:graph_placeholder (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/eager/ |
D | graph_only_ops_test.py | 35 x_tf = graph_only_ops.graph_placeholder(dtypes.int32, shape=(1,))
|
D | graph_only_ops.py | 29 def graph_placeholder(dtype, shape, name=None): function
|
D | function.py | 45 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/ |
D | func_graph.py | 31 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,
|