Searched refs:upper_camel_name (Results 1 – 2 of 2) sorted by relevance
38 std::string upper_camel_name; member
134 tensor_info.upper_camel_name = tensor_info.name; in CreateTensorInfo()135 tensor_info.upper_camel_name[0] = toupper(tensor_info.upper_camel_name[0]); in CreateTensorInfo()217 code_writer->SetTokenValue("NAME_U", tensor_info.upper_camel_name); in SetCodeWriterWithTensorInfo()