Home
last modified time | relevance | path

Searched defs:_shape_as_tensor (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Dragged_tensor.py2979 def _shape_as_tensor(shape, dtype): function
/aosp_15_r20/external/pytorch/torch/jit/
H A D_shape_functions.py1086 def _shape_as_tensor(self: List[int]) -> List[int]: function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorShape.cpp366 Tensor _shape_as_tensor(const Tensor& self) { in _shape_as_tensor() function
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset9.py321 def _shape_as_tensor(g: jit_utils.GraphContext, input): function