OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grad_fun
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/python/ops/
nn_grad.py
786
grad_fun
= (
790
return
grad_fun
(
805
dx, dscale, doffset, _, _ =
grad_fun
(
[
all
...]
/external/tensorflow/tensorflow/python/framework/
ops.py
777
def
grad_fun
(dresult):
function in function:_EagerTensorBase._copy
779
tape.record_operation("_copy", [new_tensor], [self],
grad_fun
)
[
all
...]
Completed in 1917 milliseconds