File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818
1919halfT = BaseCppType ("torch::executor" , "Half" )
2020bfloat16T = BaseCppType ("torch::executor" , "BFloat16" )
21- stringT = BaseCppType ("torch::executor " , "string_view" )
21+ stringT = BaseCppType ("std " , "string_view" )
2222scalarTypeT = BaseCppType ("torch::executor" , "ScalarType" )
2323tensorT = BaseCppType ("torch::executor" , "Tensor" )
2424tensorListT = BaseCppType ("torch::executor" , "TensorList" )
2525scalarT = BaseCppType ("torch::executor" , "Scalar" )
2626memoryFormatT = BaseCppType ("torch::executor" , "MemoryFormat" )
2727intArrayRefT = BaseCppType ("torch::executor" , "IntArrayRef" )
28- optionalT = BaseCppType ("torch::executor " , "optional" )
28+ optionalT = BaseCppType ("std " , "optional" )
2929contextT = BaseCppType ("torch::executor" , "KernelRuntimeContext" )
3030
3131contextExpr = Expr (
You can’t perform that action at this time.
0 commit comments