Home
last modified time | relevance | path

Searched defs:shape_v2 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/structured/
H A Dstructured_array_ops.py34 def shape_v2(input: StructuredTensor, out_type=dtypes.int32, # pylint: disable=redefined-builtin function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Darray_ops.py582 def shape_v2(input, out_type=dtypes.int32, name=None): function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dshape_refiner_test.cc300 Node* shape_v2; in TEST_F() local