Home
last modified time | relevance | path

Searched defs:type_as (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/aten/src/ATen/native/
DTypeProperties.cpp66 Tensor type_as(const Tensor& self, const Tensor& other) { in type_as() function
/external/pytorch/torch/onnx/
Dsymbolic_opset9.py3016 def type_as(g: jit_utils.GraphContext, self, other): function