Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Donnx.cpp144 ", type: " + c10::typeKindToString(elem_type->kind())); in preprocessCaffe2Ops()
149 " in Caffe2 operator: " + c10::typeKindToString(type->kind())); in preprocessCaffe2Ops()
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Djit_type_base.h70 TORCH_API const char* typeKindToString(TypeKind kind);
H A Dtype.cpp687 const char * typeKindToString(TypeKind kind) { in typeKindToString() function
H A Djit_type.h121 "Can not create ", typeKindToString(Kind), " with None type")); in SingleElementType()
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dimpl.cpp691 typeKindToString(v->type()->kind()), in prepareFunctionsAndConstants()
693 typeKindToString(FunctionType::Kind)); in prepareFunctionsAndConstants()
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_ir.cpp826 .def("kind", [](const Type& t) { return typeKindToString(t.kind()); }) in initPythonIRBindings()