Home
last modified time | relevance | path

Searched defs:y_dtype (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dgradient_checker_v2.py129 def _compute_theoretical_jacobian(f, y_shape, y_dtype, xs, param): argument
201 def _compute_numeric_jacobian(f, y_size, y_dtype, xs, param, delta): argument
259 def _compute_gradient(f, y_shape, y_dtype, xs, param, delta): argument
/external/tensorflow/tensorflow/python/kernel_tests/
Dsparse_matmul_op_test.py51 y_dtype=dtypes.float32): argument
/external/tensorflow/tensorflow/python/keras/engine/
Dinput_layer_test.py77 self, x_shape, x_dtype, y_shape, y_dtype, color='red', argument
/external/tensorflow/tensorflow/python/framework/
Dtype_spec_test.py59 def __init__(self, x_shape, x_dtype, y_shape, y_dtype, color="red"): argument