OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_to_numpy
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/python/ops/
gradient_checker_v2.py
68
def
_to_numpy
(a):
function
121
xs_data = [
_to_numpy
(a) for a in xs_data]
170
grad =
_to_numpy
(grad_fn(dy_data, *xs)[0])
184
grad =
_to_numpy
(grad_fn(dy_data, *xs)[0])
232
xs = [np.asarray(
_to_numpy
(x)) for x in xs]
247
y_pos =
_to_numpy
(f(*xs))
250
y_neg =
_to_numpy
(f(*xs))
/external/tensorflow/tensorflow/python/kernel_tests/
control_flow_ops_py_test.py
[
all
...]
Completed in 244 milliseconds