Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/tensorexpr/
Dkernel.h361 TORCH_API int& getTECudaPointwiseLoopLevels();
Dkernel.cpp101 int& getTECudaPointwiseLoopLevels() { in getTECudaPointwiseLoopLevels() function
856 int loopLevels = getTECudaPointwiseLoopLevels(); in transformLoops()
/external/pytorch/torch/csrc/jit/python/
Dinit.cpp932 return getTECudaPointwiseLoopLevels(); in initJITBindings()
938 return getTECudaPointwiseLoopLevels() = level; in initJITBindings()