Home
last modified time | relevance | path

Searched defs:empty_like (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dinplace_ops.py141 def empty_like(x, init=None): function
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset8.py363 def empty_like( function
H A Dsymbolic_opset9.py3423 def empty_like( function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/
H A Dnp_array_ops.py51 def empty_like(a, dtype=None): function
/aosp_15_r20/external/pytorch/torch/_numpy/
H A D_funcs_impl.py406 def empty_like( function
/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py4889 def empty_like( function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dlowering.py2833 empty_like = register_lowering(aten.empty_like)(create_tensor_like(empty)) variable