OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y_ph
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/python/kernel_tests/linalg/
linear_operator_util_test.py
163
y_ph
= array_ops.placeholder(dtypes.float32)
165
x_bc, y_bc = linear_operator_util.broadcast_matrix_batch_dims([x_ph,
y_ph
])
168
x_bc_, y_bc_ = sess.run([x_bc, y_bc], feed_dict={x_ph: x,
y_ph
: y})
184
y_ph
= array_ops.placeholder(dtypes.float32)
186
x_bc, y_bc = linear_operator_util.broadcast_matrix_batch_dims([x_ph,
y_ph
])
189
x_bc_, y_bc_ = sess.run([x_bc, y_bc], feed_dict={x_ph: x,
y_ph
: y})
311
y_ph
= array_ops.placeholder(dtypes.float64, [None, None, None, None])
315
x_ph,
y_ph
, transpose_a=True, transpose_b=True)
322
y_ph
: y
334
y_ph
= array_ops.placeholder(dtypes.float64
[
all
...]
/external/tensorflow/tensorflow/python/kernel_tests/
batch_matmul_op_test.py
93
y_ph
= array_ops.placeholder(y.dtype)
95
x_ph,
y_ph
, adjoint_a=adjoint_a, adjoint_b=adjoint_b)
96
z0_val = sess.run(z0, feed_dict={x_ph: x,
y_ph
: y})
/external/tensorflow/tensorflow/python/framework/
function_def_to_graph_test.py
219
x_ph,
y_ph
= func_graph.inputs
224
y_ph
: 10.0
/external/tensorflow/tensorflow/python/keras/
backend_test.py
[
all
...]
Completed in 535 milliseconds