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

  /external/tensorflow/tensorflow/compiler/tests/
unary_ops_test.py 832 rank_op = lambda x: array_ops.rank_internal(x, optimize=False)
835 rank_op, dtype(7), expected=np.int32(0))
837 rank_op, np.array([[], []], dtype=dtype), expected=np.int32(2))
839 rank_op, np.array([-1, 1], dtype=dtype), expected=np.int32(1))
841 rank_op, np.array([[-1, 1]], dtype=dtype), expected=np.int32(2))
843 rank_op,
    [all...]
  /external/tensorflow/tensorflow/lite/toco/
export_tensorflow.cc 1311 tensorflow::NodeDef* rank_op = tensorflow_graph->add_node(); local
    [all...]

Completed in 483 milliseconds