OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:separate_compiled_gradients
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/contrib/compiler/
jit.py
39
def experimental_jit_scope(compile_ops=True,
separate_compiled_gradients
=False):
55
Example of
separate_compiled_gradients
:
59
separate_compiled_gradients
=True):
68
separate_compiled_gradients
: If true put each gradient subgraph into a
90
attr_value_pb2.AttrValue(b=bool(
separate_compiled_gradients
))
jit_test.py
223
with jit.experimental_jit_scope(True,
separate_compiled_gradients
=True):
227
with jit.experimental_jit_scope(True,
separate_compiled_gradients
=True):
275
compiled=True, noinline=True,
separate_compiled_gradients
=True)
/external/tensorflow/tensorflow/compiler/tests/
xla_test.py
198
separate_compiled_gradients
=False):
208
separate_compiled_gradients
: If true put each gradient subgraph into a
226
separate_compiled_gradients
=
separate_compiled_gradients
):
/external/tensorflow/tensorflow/python/framework/
function.py
915
separate_compiled_gradients
= kwargs.pop("
separate_compiled_gradients
", None)
[
all
...]
Completed in 66 milliseconds