Searched refs:dtype_type (Results 1 – 1 of 1) sorted by relevance
49 const std::unordered_map<string, string> dtype_type{ variable482 allowed_types.emplace_back(dtype_type.at(py_dtype)); in GenerateTypeVars()488 for (std::pair<string, string> map_dtype : dtype_type) { in GenerateTypeVars()1288 return "_ops.Tensor[" + dtype_type.at(py_dtype) + "]"; in GetArgAnnotation()