HomeSort by relevance Sort by last modified time
    Searched defs:_toType (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/python/training/
training_ops_test.py 37 def _toType(self, dtype):
158 constant_op.constant(indices, self._toType(indices.dtype)))
192 constant_op.constant(indices, self._toType(indices.dtype)),
271 beta1_t = constant_op.constant(beta1, self._toType(var.dtype), [])
272 beta2_t = constant_op.constant(beta2, self._toType(var.dtype), [])
275 lr_t = constant_op.constant(lr, self._toType(var.dtype), [])
276 epsilon_t = constant_op.constant(epsilon, self._toType(var.dtype), [])
  /external/annotation-tools/asmx/
serp.jar 
  /external/annotation-tools/asmx/test/lib/
serp.jar 

Completed in 66 milliseconds