Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/
Dtensordot_op_test.py60 a_ph = array_ops.placeholder(dtypes.float32)
63 output = math_ops.tensordot(a_ph, b_ph, axes_ph)
66 a_ph: a,
86 a_ph = array_ops.placeholder(dtypes.float32)
89 output = math_ops.tensordot(a_ph, b_ph, axes_ph)
96 a_ph: a,
Dmatrix_solve_op_test.py63 a_ph = array_ops.placeholder(dtypes.as_dtype(np_type))
65 tf_ans = linalg_ops.matrix_solve(a_ph, b_ph, adjoint=adjoint)
67 out = sess.run(tf_ans, {a_ph: a, b_ph: b})
Dmatrix_solve_ls_op_test.py116 a_ph = array_ops.placeholder(dtypes.as_dtype(dtype))
118 feed_dict = {a_ph: a, b_ph: b}
120 a_ph, b_ph, fast=fast, l2_regularizer=l2_regularizer)
/external/jemalloc_new/include/jemalloc/internal/
Dph.h170 #define ph_merge_aux(a_type, a_field, a_ph, a_cmp) do { \ argument
171 a_type *phn = phn_next_get(a_type, a_field, a_ph->ph_root); \
173 phn_prev_set(a_type, a_field, a_ph->ph_root, NULL); \
174 phn_next_set(a_type, a_field, a_ph->ph_root, NULL); \
178 phn_merge(a_type, a_field, a_ph->ph_root, phn, a_cmp, \
179 a_ph->ph_root); \