Searched refs:a_ph (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | tensordot_op_test.py | 60 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,
|
D | matrix_solve_op_test.py | 63 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})
|
D | matrix_solve_ls_op_test.py | 116 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/ |
D | ph.h | 170 #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); \
|