HomeSort by relevance Sort by last modified time
    Searched full:shape_internal (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/python/ops/
control_flow_ops.py     [all...]
array_ops.py 286 return shape_internal(input, name, optimize=True, out_type=out_type)
289 def shape_internal(input, name=None, optimize=True, out_type=dtypes.int32): function
    [all...]
math_ops.py     [all...]
  /external/tensorflow/tensorflow/compiler/tests/
unary_ops_test.py 629 shape_op = lambda x: array_ops.shape_internal(x, optimize=False)
  /external/tensorflow/tensorflow/contrib/metrics/python/ops/
metric_ops.py     [all...]

Completed in 138 milliseconds