HomeSort by relevance Sort by last modified time
    Searched refs:set_caching_device (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/python/ops/
functional_ops.py 105 varscope.set_caching_device(lambda op: op.device)
135 varscope.set_caching_device(None)
193 varscope.set_caching_device(lambda op: op.device)
223 varscope.set_caching_device(None)
358 varscope.set_caching_device(lambda op: op.device)
426 varscope.set_caching_device(None)
551 varscope.set_caching_device(lambda op: op.device)
632 varscope.set_caching_device(None)
rnn.py 580 varscope.set_caching_device(lambda op: op.device)
    [all...]
variable_scope.py 1000 def set_caching_device(self, caching_device): member in class:VariableScope
    [all...]
  /external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
decoder.py 193 varscope.set_caching_device(lambda op: op.device)
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
masked_autoregressive.py 255 vs.set_caching_device(lambda op: op.device)
  /external/tensorflow/tensorflow/python/kernel_tests/
variable_scope_test.py 224 vs_live.set_caching_device("/job:live")
    [all...]

Completed in 84 milliseconds