Searched refs:typeKindToString (Results 1 – 6 of 6) sorted by relevance
144 ", type: " + c10::typeKindToString(elem_type->kind())); in preprocessCaffe2Ops()149 " in Caffe2 operator: " + c10::typeKindToString(type->kind())); in preprocessCaffe2Ops()
70 TORCH_API const char* typeKindToString(TypeKind kind);
687 const char * typeKindToString(TypeKind kind) { in typeKindToString() function
121 "Can not create ", typeKindToString(Kind), " with None type")); in SingleElementType()
691 typeKindToString(v->type()->kind()), in prepareFunctionsAndConstants()693 typeKindToString(FunctionType::Kind)); in prepareFunctionsAndConstants()
826 .def("kind", [](const Type& t) { return typeKindToString(t.kind()); }) in initPythonIRBindings()