Home
last modified time | relevance | path

Searched refs:insertableTensor (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dconstants.cpp12 static bool insertableTensor(const at::Tensor& ten) { in insertableTensor() function
25 return insertableTensor(ivalue.toTensor()); in insertableIValue()
70 if (!insertableTensor(val.toTensor())) { in tryInsertConstant()