Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/functorch/
DBatchedFallback.cpp65 static bool areAnyArgumentsTensorList(const at::FunctionSchema& schema) { in areAnyArgumentsTensorList() function
265 TORCH_CHECK(areAllReturnsTensors(schema) && !areAnyArgumentsTensorList(schema), in batchedTensorForLoopFallback()
405 TORCH_CHECK(areAllReturnsTensors(schema) && !areAnyArgumentsTensorList(schema), in batchedNestedTensorForLoopFallback()
/external/pytorch/aten/src/ATen/
DLegacyBatchedFallback.cpp35 static bool areAnyArgumentsTensorList(const FunctionSchema& schema) { in areAnyArgumentsTensorList() function
261 TORCH_CHECK(areAllReturnsTensors(schema) && !areAnyArgumentsTensorList(schema), in batchedTensorForLoopFallback()