Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/
H A Dnp_arrays.py24 def convert_to_tensor(value, dtype=None, dtype_hint=None): function
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dpython_tensor_converter.cc116 static PyObject* convert_to_tensor = in Convert() local
H A Dops.py1569 def convert_to_tensor(value, function
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/detail/
H A DTensorDataContainer.h244 at::Tensor convert_to_tensor(at::TensorOptions options) const { in convert_to_tensor() function