OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_ph
(Results
1 - 7
of
7
) sorted by null
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
sample_stats_test.py
46
x_ph
= array_ops.placeholder_with_default(
53
x_ph
, axis=1, center=False, normalize=False)
64
x_ph
= array_ops.placeholder_with_default(
71
x_ph
, axis=1, normalize=False, center=True)
100
x_ph
= array_ops.placeholder_with_default(
105
x_ph
, axis=axis, max_lags=max_lags, center=center,
167
x_ph
= array_ops.placeholder_with_default(
172
x_ph
, max_lags=l // 2, center=True, normalize=False)
188
x_ph
= array_ops.placeholder_with_default(
193
x_ph
, max_lags=1000 * 10 // 2, center=True, normalize=False
[
all
...]
/external/tensorflow/tensorflow/python/kernel_tests/linalg/
linear_operator_util_test.py
162
x_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})
183
x_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})
310
x_ph
= array_ops.placeholder(dtypes.float64, [None, None, None])
315
x_ph
, y_ph, transpose_a=True, transpose_b=True)
321
x_ph
: x,
333
x_ph
= array_ops.placeholder(dtypes.float64
[
all
...]
/external/tensorflow/tensorflow/python/kernel_tests/
batch_matmul_op_test.py
92
x_ph
= array_ops.placeholder(x.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
223
x_ph
: 5.0,
/external/tensorflow/tensorflow/python/kernel_tests/signal/
fft_ops_test.py
51
x_ph
= array_ops.placeholder(dtype=dtypes.as_dtype(x.dtype))
52
x_tf = self._tfFFT(
x_ph
, rank, fft_length, feed_dict={
x_ph
: x})
62
x_ph
= array_ops.placeholder(dtype=dtypes.as_dtype(x.dtype))
63
x_tf = self._tfIFFT(
x_ph
, rank, fft_length, feed_dict={
x_ph
: x})
/external/tensorflow/tensorflow/python/ops/
special_math_ops_test.py
71
x_ph
= array_ops.placeholder(dtypes.float32, [3, 2, 3, None])
72
beta_ph = math_ops.exp(special_math_ops.lbeta(
x_ph
))
74
beta_ph.eval(feed_dict={
x_ph
: x_}))
/external/tensorflow/tensorflow/python/keras/
backend_test.py
[
all
...]
Completed in 81 milliseconds