v6d
                                
                                 v6d copied to clipboard
                                
                                    v6d copied to clipboard
                            
                            
                            
                        Implement the torch_tensor_builder and torch_tensor_resolver to support bfloat16
Describe your problem
Currently, the torch_tensor_builder and torch_tensor_resolver are cast to numpy builder and resolver directly, and bfloat16 is cast to float16 which caused the loss of accuracy.