bm1684开发流程(3):tpu-nntc 环境初始化

6、tpu-nntc 环境初始化
(1)退出该docker环境,重新回到sdk文件夹:

//退出当前docker
root@93364bb35ebc:/# exit
exit

//查看所有docker
heahu@heahu-virtual-machine:~/work/Release_230701-public/tpu-mlir_20230802_054500/tpu-mlir$ docker ps -a
CONTAINER ID        IMAGE                  COMMAND             CREATED             STATUS                     PORTS               NAMES
93364bb35ebc        sophgo/tpuc_dev:v2.2   "/bin/bash"         13 minutes ago      Exited (0) 9 seconds ago                       tpu_mlir

//退回上一级
heahu@heahu-virtual-machine:~/work/Release_230701-public/tpu-mlir_20230802_054500/tpu-mlir$ cd ..
//查看
heahu@heahu-virtual-machine:~/work/Release_230701-public/tpu-mlir_20230802_054500$ ls
release_version.txt  tpu-mlir.MD5
tpu-mlir             tpu-mlir_v1.2.8-g32d7b3ec-20230802.tar.gz
//退回上一级
heahu@heahu-virtual-machine:~/work/Release_230701-public/tpu-mlir_20230802_054500$ cd ..
//查看
heahu@heahu-virtual-machine:~/work/Release_230701-public$ ls
bmmonkey_20230802_064500         sophon-rpc_20230807_060600
bmpanda_20230802_065400          sophon-sail_20230802_085400
docker.sh                        sophon-testhub_20221226_154917
libsophon_20230806_182258        tpu-kernel
sophon-demo_20230802_085900      tpu-mlir_20230802_054500
sophon-img_20230810_221353       tpu-nntc_20230802_054100
sophon-mw_20230807_032400        tpu-perf_v1.2.17
sophon-pipeline_20230802_080800
heahu@heahu-virtual-machine:~/work/Release_230701-public$ 

(2)进入tpu-nntc_20230802_054100文件夹,创建tpu-nntc并将tpu-nntc-test_v3.1.9-62a7181e-230802.tar.gz解压至该文件夹:

//进入tpu-nntc_20230802_054100
heahu@heahu-virtual-machine:~/work/Release_230701-public$ cd tpu-nntc_20230802_054100/
//查看
heahu@heahu-virtual-machine:~/work/Release_230701-public/tpu-nntc_20230802_054100$ ls
release_version.txt  tpu-nntc-test_v3.1.9-62a7181e-230802.tar.gz
tpu-nntc.MD5         tpu-nntc_v3.1.9-62a7181e-230802.tar.gz
//创建tpu-nntc文件夹
heahu@heahu-virtual-machine:~/work/Release_230701-public/tpu-nntc_20230802_054100$ mkdir tpu-nntc
//解压至指定位置
heahu@heahu-virtual-machine:~/work/Release_230701-public/tpu-nntc_20230802_05410m$ tar zxvf tpu-nntc_v3.1.9-62a7181e-230802.tar.gz --strip-components=1 -C tpu-nntc/

显示内容:

tpu-nntc_v3.1.9-62a7181e-230802/include/
tpu-nntc_v3.1.9-62a7181e-230802/include/bmlang_memory.h
tpu-nntc_v3.1.9-62a7181e-230802/include/bmlog.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/common/
tpu-nntc_v3.1.9-62a7181e-230802/include/common/tpu_fp16.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/common/tpu_bitcasts.h
tpu-nntc_v3.1.9-62a7181e-230802/include/common/tpu_fp16_base.h
tpu-nntc_v3.1.9-62a7181e-230802/include/common/tpu_fp16.h
tpu-nntc_v3.1.9-62a7181e-230802/include/flatbuffers/
tpu-nntc_v3.1.9-62a7181e-230802/include/flatbuffers/grpc.h
tpu-nntc_v3.1.9-62a7181e-230802/include/flatbuffers/reflection.h
tpu-nntc_v3.1.9-62a7181e-230802/include/flatbuffers/registry.h
tpu-nntc_v3.1.9-62a7181e-230802/include/flatbuffers/flatc.h
tpu-nntc_v3.1.9-62a7181e-230802/include/flatbuffers/reflection_generated.h
tpu-nntc_v3.1.9-62a7181e-230802/include/flatbuffers/util.h
tpu-nntc_v3.1.9-62a7181e-230802/include/flatbuffers/base.h
tpu-nntc_v3.1.9-62a7181e-230802/include/flatbuffers/minireflect.h
tpu-nntc_v3.1.9-62a7181e-230802/include/flatbuffers/flexbuffers.h
tpu-nntc_v3.1.9-62a7181e-230802/include/flatbuffers/stl_emulation.h
tpu-nntc_v3.1.9-62a7181e-230802/include/flatbuffers/idl.h
tpu-nntc_v3.1.9-62a7181e-230802/include/flatbuffers/flatbuffers.h
tpu-nntc_v3.1.9-62a7181e-230802/include/flatbuffers/hash.h
tpu-nntc_v3.1.9-62a7181e-230802/include/flatbuffers/code_generators.h
tpu-nntc_v3.1.9-62a7181e-230802/include/bmtensor.h
tpu-nntc_v3.1.9-62a7181e-230802/include/internal/
tpu-nntc_v3.1.9-62a7181e-230802/include/internal/bmcompiler_lg_pass.h
tpu-nntc_v3.1.9-62a7181e-230802/include/internal/bmtpu_arch_info.h
tpu-nntc_v3.1.9-62a7181e-230802/include/internal/bmcompiler_basic_timestep.h
tpu-nntc_v3.1.9-62a7181e-230802/include/internal/bmcompiler_lg_functions.h
tpu-nntc_v3.1.9-62a7181e-230802/include/internal/bmcompiler_core.h
tpu-nntc_v3.1.9-62a7181e-230802/include/internal/bmcompiler_basics.h
tpu-nntc_v3.1.9-62a7181e-230802/include/internal/bmcompiler_tpulayer_host.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/internal/bmcompiler_filter.h
tpu-nntc_v3.1.9-62a7181e-230802/include/internal/bmcompiler_net_param.h
tpu-nntc_v3.1.9-62a7181e-230802/include/internal/bmcompiler_tpulayer_device.h
tpu-nntc_v3.1.9-62a7181e-230802/include/bmlang_fp16_bf16.h
tpu-nntc_v3.1.9-62a7181e-230802/include/md5/
tpu-nntc_v3.1.9-62a7181e-230802/include/md5/md5.h
tpu-nntc_v3.1.9-62a7181e-230802/include/calibration.h
tpu-nntc_v3.1.9-62a7181e-230802/include/interface/
tpu-nntc_v3.1.9-62a7181e-230802/include/interface/bmcompiler_if_quant.h
tpu-nntc_v3.1.9-62a7181e-230802/include/interface/bmcompiler_if.h
tpu-nntc_v3.1.9-62a7181e-230802/include/interface/bmcompiler_if_unified_datatype.h
tpu-nntc_v3.1.9-62a7181e-230802/include/interface/bmcompiler_if_internal.h
tpu-nntc_v3.1.9-62a7181e-230802/include/interface/bmcompiler_defs.h
tpu-nntc_v3.1.9-62a7181e-230802/include/interface/bmcompiler_op_code.h
tpu-nntc_v3.1.9-62a7181e-230802/include/interface/bmcompiler_if_lite.h
tpu-nntc_v3.1.9-62a7181e-230802/include/interface/bmcompiler_if_fix8b.h
tpu-nntc_v3.1.9-62a7181e-230802/include/model_generated.h
tpu-nntc_v3.1.9-62a7181e-230802/include/bmlang_common.h
tpu-nntc_v3.1.9-62a7181e-230802/include/bmlang.h
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/blob.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/filler.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/all_layers.h
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/net.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/bmnet_ufw.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/upgrade_proto.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/insert_splits.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/hdf5.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/io.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/quantize_layerwise.h
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/tpu_fp16_base_ufw.h
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/tpu_fp16_ufw.h
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/rng.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/cali_core.h
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/im_transforms.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/bmnet_utils.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/benchmark.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/tpu_fp16_ufw.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/blocking_queue.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/bmcompiler_ufw.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/dist_analysis.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/db_lmdb.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/bm_float_lrn.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/db_leveldb.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/cali_graph.h
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/bmgraph_to_proto.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/calibration.h
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/graphTransformer.h
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/cali_debug.h
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/tpu_bitcasts_ufw.h
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/mkl_alternate.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/convertor_factory.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/db.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/interp.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/cali_callback.h
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/bm_float_core.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/dist_data.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/cali_threads.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/cali_math.h
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/bbox_util.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/im2col.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/nntc.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/sampler.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/math_functions.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/umodel_param_convertor.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/graph_helper.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/device_alternate.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/cali_utils.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/util/network_transform.h
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/ufw.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/compare.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/common_bm.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/common_fix8b.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/blob_array.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/proto/
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/proto/blob.pb.h
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/proto/ufw.pb.h
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/common.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/internal_thread.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/bmcompiler_net_param.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layer_factory.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/test/
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/test/test_ufw_main.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/syncedmem.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/com_def.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/bmufw.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/expand_dims_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/permute_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/group_norm_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/ta_gather_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/image_data_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/ta_write_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/normalize_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/memory_data_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/split_tf_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/strided_slice_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/shape_assign_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/retina_detection_output_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/batch_matmul_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/shape_reorder_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/shape_range_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/batch_norm_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/argmax_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/roi_pooling_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/ta_read_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/batch_to_space_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/bias_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/topk_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/swish_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/reshape_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/filter_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/shape_expand_ndims_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/broadcast_binary_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/shape_reduce_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/im2col_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/dummy_data_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/shape_reshape_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/embed_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/neuron_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/window_data_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/bn_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/detection_output_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/spp_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/ta_concat_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/select_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/constant_fill_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/shape_const_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/scale_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/gru_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/annotated_data_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/upsample_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/threshold_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/space_to_batch_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/shape_reverse_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/shuffle_channel_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/pooling_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/reciprocal_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/reorg_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/coeff_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/rfcn_layers.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/conv_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/squeeze_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/yolov3_detection_output_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/depth_to_space_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/pad_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/slice_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/dropout_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/concat_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/batch_reindex_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/enter_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/lstm_pytorch_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/elu_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/adaptive_pooling_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/lrn_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/split_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/shape_cast_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/tensor_array_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/const_binary_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/shape_tile_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/compare_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/tanh_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/prior_box_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/exp_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/active_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/shape_pack_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/reduction_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/lstm_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/relu_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/eltwise_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/shape_split_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/dtype_convert_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/tile_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/clip_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/shape_unary_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/roi_align_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/ta_split_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/rpn_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/reduce_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/coeff_to_neuron.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/merge_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/power_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/shape_slice_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/rank_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/prelu_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/ta_scatter_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/base_conv_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/pooling_tf_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/layer_norm_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/data_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/output_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/transpose_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/deconv_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/log_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/crop_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/recurrent_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/shape_squeeze_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/yolo_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/cpu_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/softmax_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/unknown_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/switch_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/eltwise_binary_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/shape_ref_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/base_data_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/reduce_full_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/hdf5_output_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/inner_product_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/interp_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/sigmoid_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/identity_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/arg_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/input_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/shape_select_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/flatten_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/accuracy_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/expand_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/ta_size_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/rnn_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/hdf5_data_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/loss_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/reverse_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/mvn_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/slicelike_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/bnll_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/softmax_loss_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/shape_op_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/absval_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/shape_size_slice_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/layers/upsamplecopy_layer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/data_transformer.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/ufw/data_reader.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/bmcpu_common.h
tpu-nntc_v3.1.9-62a7181e-230802/include/bmodel.hpp
tpu-nntc_v3.1.9-62a7181e-230802/include/bmcpu.h
tpu-nntc_v3.1.9-62a7181e-230802/include/bmlang_fp16_convert.h
tpu-nntc_v3.1.9-62a7181e-230802/include/user_bmcpu.h
tpu-nntc_v3.1.9-62a7181e-230802/include/bitcasts.h
tpu-nntc_v3.1.9-62a7181e-230802/include/user_bmcpu_common.h
tpu-nntc_v3.1.9-62a7181e-230802/doc/
tpu-nntc_v3.1.9-62a7181e-230802/doc/BMLang_cpp技术参考手册.pdf
tpu-nntc_v3.1.9-62a7181e-230802/doc/TPU-NNTC快速入门指南.pdf
tpu-nntc_v3.1.9-62a7181e-230802/doc/TPU-NNTC_Technical_Reference_Manual.pdf
tpu-nntc_v3.1.9-62a7181e-230802/doc/TPU-NNTC_Quick_Start.pdf
tpu-nntc_v3.1.9-62a7181e-230802/doc/BMLang_python技术参考手册.pdf
tpu-nntc_v3.1.9-62a7181e-230802/doc/TPU-NNTC开发参考手册.pdf
tpu-nntc_v3.1.9-62a7181e-230802/scripts/
tpu-nntc_v3.1.9-62a7181e-230802/scripts/envsetup.sh
tpu-nntc_v3.1.9-62a7181e-230802/scripts/docker_setup.sh
tpu-nntc_v3.1.9-62a7181e-230802/wheel/
tpu-nntc_v3.1.9-62a7181e-230802/wheel/bmlang-3.1.9-py3-none-any.whl
tpu-nntc_v3.1.9-62a7181e-230802/wheel/bmprofile-3.1.9-py2.py3-none-any.whl
tpu-nntc_v3.1.9-62a7181e-230802/wheel/bmtflite-3.1.9-py2.py3-none-any.whl
tpu-nntc_v3.1.9-62a7181e-230802/wheel/bmnetd-3.1.9-py2.py3-none-any.whl
tpu-nntc_v3.1.9-62a7181e-230802/wheel/ufw-1.0.0-py3-none-any.whl
tpu-nntc_v3.1.9-62a7181e-230802/wheel/bmneto-3.1.9-py2.py3-none-any.whl
tpu-nntc_v3.1.9-62a7181e-230802/wheel/bmnetu-3.1.9-py2.py3-none-any.whl
tpu-nntc_v3.1.9-62a7181e-230802/wheel/bmpaddle-3.1.9-py2.py3-none-any.whl
tpu-nntc_v3.1.9-62a7181e-230802/wheel/ufwio-0.9.0-py3-none-any.whl
tpu-nntc_v3.1.9-62a7181e-230802/wheel/bmnett-3.1.9-py2.py3-none-any.whl
tpu-nntc_v3.1.9-62a7181e-230802/wheel/bmnetm-3.1.9-py2.py3-none-any.whl
tpu-nntc_v3.1.9-62a7181e-230802/wheel/bmnetc-3.1.9-py2.py3-none-any.whl
tpu-nntc_v3.1.9-62a7181e-230802/wheel/bmnetp-3.1.9-py2.py3-none-any.whl
tpu-nntc_v3.1.9-62a7181e-230802/kernel/
tpu-nntc_v3.1.9-62a7181e-230802/kernel/include/
tpu-nntc_v3.1.9-62a7181e-230802/kernel/include/fp16.h
tpu-nntc_v3.1.9-62a7181e-230802/kernel/include/common_util.h
tpu-nntc_v3.1.9-62a7181e-230802/kernel/include/common.h
tpu-nntc_v3.1.9-62a7181e-230802/kernel/include/tpu_fp16.h
tpu-nntc_v3.1.9-62a7181e-230802/kernel/include/device/
tpu-nntc_v3.1.9-62a7181e-230802/kernel/include/device/tpu_kernel.h
tpu-nntc_v3.1.9-62a7181e-230802/kernel/include/bitcasts.h
tpu-nntc_v3.1.9-62a7181e-230802/kernel/include/tpu_defs.h
tpu-nntc_v3.1.9-62a7181e-230802/kernel/README.md
tpu-nntc_v3.1.9-62a7181e-230802/kernel/doc/
tpu-nntc_v3.1.9-62a7181e-230802/kernel/scripts/
tpu-nntc_v3.1.9-62a7181e-230802/kernel/scripts/prepare_toolchains.sh
tpu-nntc_v3.1.9-62a7181e-230802/kernel/scripts/envsetup.sh
tpu-nntc_v3.1.9-62a7181e-230802/kernel/scripts/version_info.sh
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/include/
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/include/tpu_api_protocol.h
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/include/bmcv_api_ext.h
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/README.md
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/cmodel.cmake
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/pcie.cmake
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/host/
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/host/tpu_hanming_distance.cpp
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/host/tpu_database_topk.cpp
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/host/tpu_crop.cpp
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/host/tpu_multi_crop_resize.cpp
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/host/tpu_database_group_topk.cpp
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/host/tpu_gemm.cpp
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/host/tpu_resize_using_lut.cpp
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/host/tpu_crop_and_resize.cpp
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/host/tpu_pad.cpp
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/host/tpu_rgb2yuv.cpp
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/host/tpu_rpn.cpp
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/host/tpu_test_instrutions.cpp
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/host/tpu_warp_affine.cpp
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/host/tpu_yuv2rgb_formula.cpp
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/host/tpu_yuv2rgb_lookup_table.cpp
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/host/tpu_warp_affine_bilinear.cpp
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/host/tpu_yuv_deinterlace.cpp
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/host/tpu_image_resize.cpp
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/test/
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/test/batch_test_crop.py
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/test/batch_test_pad.py
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/test/batch_test_hanming_distance.py
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/test/batch_test_rgb2yuv.py
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/test/batch_test_yuv2rgb_lookup_table.py
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/test/batch_test_instructions.py
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/test/batch_test_multi_crop_resize.py
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/test/batch_test_image_resize.py
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/test/batch_test_crop_and_resize.py
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/test/batch_test_group_topk.py
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/test/batch_test_warp_affine_bilinear.py
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/test/batch_test_resize_using_lut.py
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/test/batch_test_gemm.py
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/test/batch_test.py
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/test/batch_test_warp_affine.py
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/test/batch_test_yuv_deinterlace.py
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/test/batch_test_yuv2rgb_formula.py
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/test/batch_test_rpn.py
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/test/batch_test_topk.py
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/CMakeLists.txt
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/device/
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/device/tpu_device_crop_and_resize.c
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/device/tpu_device_gemm.c
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/device/tpu_device_resize_using_lut.c
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/device/tpu_device_multi_crop_resize.c
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/device/tpu_device_pad.c
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/device/tpu_device_cv_warp_affine_bilinear.c
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/device/tpu_device_yuv_deinterlace.c
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/device/tpu_device_topk.c
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/device/tpu_device_attr_filter.c
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/device/tpu_device_cv_rgb2yuv.c
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/device/tpu_device_image_resize.c
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/device/tpu_device_cv_yuv2rgb_lookup_table.c
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/device/tpu_device_warp_affine.c
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/device/tpu_device_db_seperate.c
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/device/tpu_device_cv_yuv2rgb_formula.c
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/device/tpu_device_crop.c
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/device/tpu_device_test_instrutions.c
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/device/tpu_device_hm_distance.c
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/device/tpu_device_rpn.c
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/pcie_loongarch64.cmake
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/src/
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/src/bmcv_image_ext.cpp
tpu-nntc_v3.1.9-62a7181e-230802/kernel/samples/soc.cmake
tpu-nntc_v3.1.9-62a7181e-230802/kernel/tpu_kernel_module/
tpu-nntc_v3.1.9-62a7181e-230802/kernel/tpu_kernel_module/libbm1684x_kernel_module.so
tpu-nntc_v3.1.9-62a7181e-230802/kernel/lib/
tpu-nntc_v3.1.9-62a7181e-230802/kernel/lib/libbm1684x.a
tpu-nntc_v3.1.9-62a7181e-230802/kernel/lib/libbmlib_cmodel.so
tpu-nntc_v3.1.9-62a7181e-230802/kernel/lib/libcmodel_firmware.so
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/rpn_demo/
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/rpn_demo/include/
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/rpn_demo/include/host_rpn.h
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/rpn_demo/include/bmtpu.h
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/rpn_demo/compile_case0.py
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/rpn_demo/cmodel/
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/rpn_demo/cmodel/CMakeLists.txt
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/rpn_demo/CMakeLists.txt
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/rpn_demo/device/
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/rpn_demo/device/device_rpn.c
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/rpn_demo/device/device_entry.c
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/rpn_demo/device/CMakeLists.txt
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/rpn_demo/plugin/
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/rpn_demo/plugin/host_rpn.cpp
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/rpn_demo/plugin/host_entry.cpp
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/rpn_demo/plugin/CMakeLists.txt
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/ceil_add/
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/ceil_add/include/
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/ceil_add/include/host_ceiladd.h
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/ceil_add/include/bmtpu.h
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/ceil_add/compile_case0.py
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/ceil_add/cmodel/
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/ceil_add/cmodel/CMakeLists.txt
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/ceil_add/CMakeLists.txt
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/ceil_add/device/
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/ceil_add/device/device_entry.c
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/ceil_add/device/CMakeLists.txt
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/ceil_add/device/device_ceiladd.c
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/ceil_add/plugin/
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/ceil_add/plugin/host_entry.cpp
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/ceil_add/plugin/CMakeLists.txt
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/ceil_add/plugin/host_ceiladd.cpp
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/envsetup.sh
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/cmodel.cmake
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/device.cmake
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/abs_add/
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/abs_add/include/
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/abs_add/include/host_absadd.h
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/abs_add/include/bmtpu.h
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/abs_add/compile_case0.py
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/abs_add/cmodel/
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/abs_add/cmodel/CMakeLists.txt
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/abs_add/CMakeLists.txt
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/abs_add/device/
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/abs_add/device/device_entry.c
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/abs_add/device/device_absadd.c
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/abs_add/device/CMakeLists.txt
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/abs_add/plugin/
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/abs_add/plugin/host_entry.cpp
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/abs_add/plugin/CMakeLists.txt
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/abs_add/plugin/host_absadd.cpp
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/abs_add/compile_case1.py
tpu-nntc_v3.1.9-62a7181e-230802/userlayer/base.cmake
tpu-nntc_v3.1.9-62a7181e-230802/bin/
tpu-nntc_v3.1.9-62a7181e-230802/bin/bmnetc
tpu-nntc_v3.1.9-62a7181e-230802/bin/tpu_model
tpu-nntc_v3.1.9-62a7181e-230802/bin/umodel2text
tpu-nntc_v3.1.9-62a7181e-230802/bin/bmnetd
tpu-nntc_v3.1.9-62a7181e-230802/bin/dump_tensor_data_use_pb
tpu-nntc_v3.1.9-62a7181e-230802/bin/bmnetu
tpu-nntc_v3.1.9-62a7181e-230802/bin/ufw
tpu-nntc_v3.1.9-62a7181e-230802/bin/calibration_use_pb
tpu-nntc_v3.1.9-62a7181e-230802/bin/bmnetu.bin
tpu-nntc_v3.1.9-62a7181e-230802/lib/
tpu-nntc_v3.1.9-62a7181e-230802/lib/libcblas.so.3
tpu-nntc_v3.1.9-62a7181e-230802/lib/libmpi_cxx.so.1
tpu-nntc_v3.1.9-62a7181e-230802/lib/libusercpu.so
tpu-nntc_v3.1.9-62a7181e-230802/lib/libglog.so.0
tpu-nntc_v3.1.9-62a7181e-230802/lib/libufw.so
tpu-nntc_v3.1.9-62a7181e-230802/lib/libhdf5-shared.so.10.1.0
tpu-nntc_v3.1.9-62a7181e-230802/lib/libhwloc.so.5
tpu-nntc_v3.1.9-62a7181e-230802/lib/liblzma.so.5
tpu-nntc_v3.1.9-62a7181e-230802/lib/libbmnetc.so
tpu-nntc_v3.1.9-62a7181e-230802/lib/libbmnetu.so
tpu-nntc_v3.1.9-62a7181e-230802/lib/libboost_regex.so.1.64.0
tpu-nntc_v3.1.9-62a7181e-230802/lib/libopen-rte.so.12
tpu-nntc_v3.1.9-62a7181e-230802/lib/libz.so.1
tpu-nntc_v3.1.9-62a7181e-230802/lib/libibverbs.so.1
tpu-nntc_v3.1.9-62a7181e-230802/lib/libdarknet.so
tpu-nntc_v3.1.9-62a7181e-230802/lib/libboost_system.so.1.64.0
tpu-nntc_v3.1.9-62a7181e-230802/lib/libatlas.so.3
tpu-nntc_v3.1.9-62a7181e-230802/lib/libprotobuf.so.20
tpu-nntc_v3.1.9-62a7181e-230802/lib/libbmlang.so
tpu-nntc_v3.1.9-62a7181e-230802/lib/libmpi.so.12
tpu-nntc_v3.1.9-62a7181e-230802/lib/libhdf5_hl-shared.so.10.1.0
tpu-nntc_v3.1.9-62a7181e-230802/lib/libbmnetd.so
tpu-nntc_v3.1.9-62a7181e-230802/lib/libgfortran.so.3
tpu-nntc_v3.1.9-62a7181e-230802/lib/libbmodel.a
tpu-nntc_v3.1.9-62a7181e-230802/lib/libquadmath.so.0
tpu-nntc_v3.1.9-62a7181e-230802/lib/libgflags.so.2.2
tpu-nntc_v3.1.9-62a7181e-230802/lib/libusercpu.so.1.0.0
tpu-nntc_v3.1.9-62a7181e-230802/lib/libboost_filesystem.so.1.64.0
tpu-nntc_v3.1.9-62a7181e-230802/lib/libopen-pal.so.13
tpu-nntc_v3.1.9-62a7181e-230802/lib/libbackend_1684x.so
tpu-nntc_v3.1.9-62a7181e-230802/lib/libunwind.so.8
tpu-nntc_v3.1.9-62a7181e-230802/lib/libcpuop.so.1.0.0
tpu-nntc_v3.1.9-62a7181e-230802/lib/libbmcompiler.so
tpu-nntc_v3.1.9-62a7181e-230802/lib/libcpuop.so
tpu-nntc_v3.1.9-62a7181e-230802/lib/libltdl.so.7
tpu-nntc_v3.1.9-62a7181e-230802/lib/libopenblas.so.0
tpu-nntc_v3.1.9-62a7181e-230802/lib/liblmdb.so
tpu-nntc_v3.1.9-62a7181e-230802/lib/libnuma.so.1
tpu-nntc_v3.1.9-62a7181e-230802/lib/libbackend_1684.so
tpu-nntc_v3.1.9-62a7181e-230802/lib/libboost_thread.so.1.64.0
tpu-nntc_v3.1.9-62a7181e-230802/lib/libbm1684x_kernel_module_a369124d.so

(3)创建docker容器并进入Docker

//查看
heahu@heahu-virtual-machine:~/work/Release_230701-public/tpu-nntc_20230802_054100$ ls
release_version.txt  tpu-nntc-test_v3.1.9-62a7181e-230802.tar.gz
tpu-nntc             tpu-nntc_v3.1.9-62a7181e-230802.tar.gz
tpu-nntc.MD5
//进入tpu-nntc
heahu@heahu-virtual-machine:~/work/Release_230701-public/tpu-nntc_20230802_054100$ cd tpu-nntc/
//查看
heahu@heahu-virtual-machine:~/work/Release_230701-public/tpu-nntc_20230802_054100/tpu-nntc$ ls
bin  doc  include  kernel  lib  scripts  userlayer  wheel
//创建docker并进入
heahu@heahu-virtual-machine:~/work/Release_230701-public/tpu-nntc_20230802_054100/tpu-nntc$ docker run -v $PWD/..:/workspace -p 8001:8001 -it sophgo/tpuc_dev:v2
.1
//查看
root@7f949d063cde:/workspace# ls
release_version.txt
tpu-nntc
tpu-nntc-test_v3.1.9-62a7181e-230802.tar.gz
tpu-nntc.MD5
tpu-nntc_v3.1.9-62a7181e-230802.tar.gz

(4)初始化软件环境

//进入docker里的tpu-nntc
root@7f949d063cde:/workspace# cd tpu-nntc
//查看
root@7f949d063cde:/workspace/tpu-nntc# ls
bin  doc  include  kernel  lib  scripts  userlayer  wheel
//环境初始化
root@7f949d063cde:/workspace/tpu-nntc# source scripts/envsetup.sh

显示内容如下:

NNTC_TOP=/workspace/tpu-nntc
---> /workspace/tpu-nntc/wheel/ufwio-0.9.0-py3-none-any.whl
WARNING: Skipping ufwio as it is not installed.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Processing ./wheel/ufwio-0.9.0-py3-none-any.whl
Requirement already satisfied: protobuf>=3.19.1 in /usr/local/lib/python3.7/dist-packages (from ufwio==0.9.0) (3.19.6)
Requirement already satisfied: numpy>=1.7.1 in /usr/local/lib/python3.7/dist-packages (from ufwio==0.9.0) (1.21.6)
Requirement already satisfied: leveldb>=0.191 in /usr/local/lib/python3.7/dist-packages (from ufwio==0.9.0) (0.201)
Requirement already satisfied: lmdb>=1.3.0 in /usr/local/lib/python3.7/dist-packages (from ufwio==0.9.0) (1.4.0)
Requirement already satisfied: scipy>=0.13.2 in /usr/local/lib/python3.7/dist-packages (from ufwio==0.9.0) (1.7.3)
Installing collected packages: ufwio
Successfully installed ufwio-0.9.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

[notice] A new release of pip is available: 23.0.1 -> 23.3.2
[notice] To update, run: pip install --upgrade pip
---> /workspace/tpu-nntc/wheel/bmlang-3.1.9-py3-none-any.whl
WARNING: Skipping bmlang as it is not installed.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Processing ./wheel/bmlang-3.1.9-py3-none-any.whl
Installing collected packages: bmlang
Successfully installed bmlang-3.1.9
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

[notice] A new release of pip is available: 23.0.1 -> 23.3.2
[notice] To update, run: pip install --upgrade pip
---> /workspace/tpu-nntc/wheel/bmnetc-3.1.9-py2.py3-none-any.whl
WARNING: Skipping bmnetc as it is not installed.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Processing ./wheel/bmnetc-3.1.9-py2.py3-none-any.whl
Installing collected packages: bmnetc
Successfully installed bmnetc-3.1.9
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

[notice] A new release of pip is available: 23.0.1 -> 23.3.2
[notice] To update, run: pip install --upgrade pip
---> /workspace/tpu-nntc/wheel/bmnetd-3.1.9-py2.py3-none-any.whl
WARNING: Skipping bmnetd as it is not installed.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Processing ./wheel/bmnetd-3.1.9-py2.py3-none-any.whl
Installing collected packages: bmnetd
Successfully installed bmnetd-3.1.9
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

[notice] A new release of pip is available: 23.0.1 -> 23.3.2
[notice] To update, run: pip install --upgrade pip
---> /workspace/tpu-nntc/wheel/bmnetm-3.1.9-py2.py3-none-any.whl
WARNING: Skipping bmnetm as it is not installed.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Processing ./wheel/bmnetm-3.1.9-py2.py3-none-any.whl
Requirement already satisfied: mxnet>=1.6.0 in /usr/local/lib/python3.7/dist-packages (from bmnetm==3.1.9) (1.8.0)
Requirement already satisfied: numpy<2.0.0,>1.16.0 in /usr/local/lib/python3.7/dist-packages (from mxnet>=1.6.0->bmnetm==3.1.9) (1.21.6)
Requirement already satisfied: requests<3,>=2.20.0 in /usr/local/lib/python3.7/dist-packages (from mxnet>=1.6.0->bmnetm==3.1.9) (2.28.2)
Requirement already satisfied: graphviz<0.9.0,>=0.8.1 in /usr/local/lib/python3.7/dist-packages (from mxnet>=1.6.0->bmnetm==3.1.9) (0.8.4)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/dist-packages (from requests<3,>=2.20.0->mxnet>=1.6.0->bmnetm==3.1.9) (2022.12.7)
Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.7/dist-packages (from requests<3,>=2.20.0->mxnet>=1.6.0->bmnetm==3.1.9) (3.0.1)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.7/dist-packages (from requests<3,>=2.20.0->mxnet>=1.6.0->bmnetm==3.1.9) (1.26.14)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.7/dist-packages (from requests<3,>=2.20.0->mxnet>=1.6.0->bmnetm==3.1.9) (3.4)
Installing collected packages: bmnetm
Successfully installed bmnetm-3.1.9
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

[notice] A new release of pip is available: 23.0.1 -> 23.3.2
[notice] To update, run: pip install --upgrade pip
---> /workspace/tpu-nntc/wheel/bmneto-3.1.9-py2.py3-none-any.whl
WARNING: Skipping bmneto as it is not installed.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Processing ./wheel/bmneto-3.1.9-py2.py3-none-any.whl
Requirement already satisfied: protobuf>=3.8.0 in /usr/local/lib/python3.7/dist-packages (from bmneto==3.1.9) (3.19.6)
Requirement already satisfied: onnx in /usr/local/lib/python3.7/dist-packages (from bmneto==3.1.9) (1.12.0)
Requirement already satisfied: onnxruntime in /usr/local/lib/python3.7/dist-packages (from bmneto==3.1.9) (1.12.0)
Requirement already satisfied: numpy>=1.16.6 in /usr/local/lib/python3.7/dist-packages (from onnx->bmneto==3.1.9) (1.21.6)
Requirement already satisfied: typing-extensions>=3.6.2.1 in /usr/local/lib/python3.7/dist-packages (from onnx->bmneto==3.1.9) (4.5.0)
Requirement already satisfied: flatbuffers in /usr/local/lib/python3.7/dist-packages (from onnxruntime->bmneto==3.1.9) (2.0.7)
Requirement already satisfied: packaging in /usr/local/lib/python3.7/dist-packages (from onnxruntime->bmneto==3.1.9) (23.0)
Requirement already satisfied: sympy in /usr/local/lib/python3.7/dist-packages (from onnxruntime->bmneto==3.1.9) (1.10.1)
Requirement already satisfied: coloredlogs in /usr/local/lib/python3.7/dist-packages (from onnxruntime->bmneto==3.1.9) (15.0.1)
Requirement already satisfied: humanfriendly>=9.1 in /usr/local/lib/python3.7/dist-packages (from coloredlogs->onnxruntime->bmneto==3.1.9) (10.0)
Requirement already satisfied: mpmath>=0.19 in /usr/local/lib/python3.7/dist-packages (from sympy->onnxruntime->bmneto==3.1.9) (1.2.1)
Installing collected packages: bmneto
Successfully installed bmneto-3.1.9
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

[notice] A new release of pip is available: 23.0.1 -> 23.3.2
[notice] To update, run: pip install --upgrade pip
---> /workspace/tpu-nntc/wheel/bmnetp-3.1.9-py2.py3-none-any.whl
WARNING: Skipping bmnetp as it is not installed.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Processing ./wheel/bmnetp-3.1.9-py2.py3-none-any.whl
Requirement already satisfied: scipy in /usr/local/lib/python3.7/dist-packages (from bmnetp==3.1.9) (1.7.3)
Requirement already satisfied: numpy<1.23.0,>=1.16.5 in /usr/local/lib/python3.7/dist-packages (from scipy->bmnetp==3.1.9) (1.21.6)
Installing collected packages: bmnetp
Successfully installed bmnetp-3.1.9
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

[notice] A new release of pip is available: 23.0.1 -> 23.3.2
[notice] To update, run: pip install --upgrade pip
---> /workspace/tpu-nntc/wheel/bmnett-3.1.9-py2.py3-none-any.whl
WARNING: Skipping bmnett as it is not installed.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Processing ./wheel/bmnett-3.1.9-py2.py3-none-any.whl
Installing collected packages: bmnett
Successfully installed bmnett-3.1.9
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

[notice] A new release of pip is available: 23.0.1 -> 23.3.2
[notice] To update, run: pip install --upgrade pip
---> /workspace/tpu-nntc/wheel/bmnetu-3.1.9-py2.py3-none-any.whl
WARNING: Skipping bmnetu as it is not installed.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Processing ./wheel/bmnetu-3.1.9-py2.py3-none-any.whl
Installing collected packages: bmnetu
Successfully installed bmnetu-3.1.9
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

[notice] A new release of pip is available: 23.0.1 -> 23.3.2
[notice] To update, run: pip install --upgrade pip
---> /workspace/tpu-nntc/wheel/bmpaddle-3.1.9-py2.py3-none-any.whl
WARNING: Skipping bmpaddle as it is not installed.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Processing ./wheel/bmpaddle-3.1.9-py2.py3-none-any.whl
Installing collected packages: bmpaddle
Successfully installed bmpaddle-3.1.9
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

[notice] A new release of pip is available: 23.0.1 -> 23.3.2
[notice] To update, run: pip install --upgrade pip
---> /workspace/tpu-nntc/wheel/bmprofile-3.1.9-py2.py3-none-any.whl
WARNING: Skipping bmprofile as it is not installed.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Processing ./wheel/bmprofile-3.1.9-py2.py3-none-any.whl
Installing collected packages: bmprofile
Successfully installed bmprofile-3.1.9
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

[notice] A new release of pip is available: 23.0.1 -> 23.3.2
[notice] To update, run: pip install --upgrade pip
---> /workspace/tpu-nntc/wheel/bmtflite-3.1.9-py2.py3-none-any.whl
WARNING: Skipping bmtflite as it is not installed.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Processing ./wheel/bmtflite-3.1.9-py2.py3-none-any.whl
Requirement already satisfied: tensorflow-cpu in /usr/local/lib/python3.7/dist-packages (from bmtflite==3.1.9) (2.11.0)
Requirement already satisfied: numpy>=1.20 in /usr/local/lib/python3.7/dist-packages (from tensorflow-cpu->bmtflite==3.1.9) (1.21.6)
Requirement already satisfied: absl-py>=1.0.0 in /usr/local/lib/python3.7/dist-packages (from tensorflow-cpu->bmtflite==3.1.9) (1.4.0)
Requirement already satisfied: packaging in /usr/local/lib/python3.7/dist-packages (from tensorflow-cpu->bmtflite==3.1.9) (23.0)
Requirement already satisfied: tensorboard<2.12,>=2.11 in /usr/local/lib/python3.7/dist-packages (from tensorflow-cpu->bmtflite==3.1.9) (2.11.2)
Requirement already satisfied: setuptools in /usr/local/lib/python3.7/dist-packages (from tensorflow-cpu->bmtflite==3.1.9) (67.4.0)
Requirement already satisfied: h5py>=2.9.0 in /usr/local/lib/python3.7/dist-packages (from tensorflow-cpu->bmtflite==3.1.9) (3.8.0)
Requirement already satisfied: keras<2.12,>=2.11.0 in /usr/local/lib/python3.7/dist-packages (from tensorflow-cpu->bmtflite==3.1.9) (2.11.0)
Requirement already satisfied: opt-einsum>=2.3.2 in /usr/local/lib/python3.7/dist-packages (from tensorflow-cpu->bmtflite==3.1.9) (3.3.0)
Requirement already satisfied: typing-extensions>=3.6.6 in /usr/local/lib/python3.7/dist-packages (from tensorflow-cpu->bmtflite==3.1.9) (4.5.0)
Requirement already satisfied: protobuf<3.20,>=3.9.2 in /usr/local/lib/python3.7/dist-packages (from tensorflow-cpu->bmtflite==3.1.9) (3.19.6)
Requirement already satisfied: astunparse>=1.6.0 in /usr/local/lib/python3.7/dist-packages (from tensorflow-cpu->bmtflite==3.1.9) (1.6.3)
Requirement already satisfied: tensorflow-io-gcs-filesystem>=0.23.1 in /usr/local/lib/python3.7/dist-packages (from tensorflow-cpu->bmtflite==3.1.9) (0.30.0)
Requirement already satisfied: tensorflow-estimator<2.12,>=2.11.0 in /usr/local/lib/python3.7/dist-packages (from tensorflow-cpu->bmtflite==3.1.9) (2.11.0)
Requirement already satisfied: gast<=0.4.0,>=0.2.1 in /usr/local/lib/python3.7/dist-packages (from tensorflow-cpu->bmtflite==3.1.9) (0.4.0)
Requirement already satisfied: google-pasta>=0.1.1 in /usr/local/lib/python3.7/dist-packages (from tensorflow-cpu->bmtflite==3.1.9) (0.2.0)
Requirement already satisfied: grpcio<2.0,>=1.24.3 in /usr/local/lib/python3.7/dist-packages (from tensorflow-cpu->bmtflite==3.1.9) (1.51.3)
Requirement already satisfied: flatbuffers>=2.0 in /usr/local/lib/python3.7/dist-packages (from tensorflow-cpu->bmtflite==3.1.9) (2.0.7)
Requirement already satisfied: wrapt>=1.11.0 in /usr/local/lib/python3.7/dist-packages (from tensorflow-cpu->bmtflite==3.1.9) (1.14.1)
Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python3.7/dist-packages (from tensorflow-cpu->bmtflite==3.1.9) (1.16.0)
Requirement already satisfied: libclang>=13.0.0 in /usr/local/lib/python3.7/dist-packages (from tensorflow-cpu->bmtflite==3.1.9) (15.0.6.1)
Requirement already satisfied: termcolor>=1.1.0 in /usr/local/lib/python3.7/dist-packages (from tensorflow-cpu->bmtflite==3.1.9) (2.2.0)
Requirement already satisfied: wheel<1.0,>=0.23.0 in /usr/local/lib/python3.7/dist-packages (from astunparse>=1.6.0->tensorflow-cpu->bmtflite==3.1.9) (0.38.4)
Requirement already satisfied: google-auth<3,>=1.6.3 in /usr/local/lib/python3.7/dist-packages (from tensorboard<2.12,>=2.11->tensorflow-cpu->bmtflite==3.1.9) (2.16.1)
Requirement already satisfied: tensorboard-data-server<0.7.0,>=0.6.0 in /usr/local/lib/python3.7/dist-packages (from tensorboard<2.12,>=2.11->tensorflow-cpu->bmtflite==3.1.9) (0.6.1)
Requirement already satisfied: requests<3,>=2.21.0 in /usr/local/lib/python3.7/dist-packages (from tensorboard<2.12,>=2.11->tensorflow-cpu->bmtflite==3.1.9) (2.28.2)
Requirement already satisfied: tensorboard-plugin-wit>=1.6.0 in /usr/local/lib/python3.7/dist-packages (from tensorboard<2.12,>=2.11->tensorflow-cpu->bmtflite==3.1.9) (1.8.1)
Requirement already satisfied: google-auth-oauthlib<0.5,>=0.4.1 in /usr/local/lib/python3.7/dist-packages (from tensorboard<2.12,>=2.11->tensorflow-cpu->bmtflite==3.1.9) (0.4.6)
Requirement already satisfied: werkzeug>=1.0.1 in /usr/local/lib/python3.7/dist-packages (from tensorboard<2.12,>=2.11->tensorflow-cpu->bmtflite==3.1.9) (2.2.3)
Requirement already satisfied: markdown>=2.6.8 in /usr/local/lib/python3.7/dist-packages (from tensorboard<2.12,>=2.11->tensorflow-cpu->bmtflite==3.1.9) (3.4.1)
Requirement already satisfied: pyasn1-modules>=0.2.1 in /usr/local/lib/python3.7/dist-packages (from google-auth<3,>=1.6.3->tensorboard<2.12,>=2.11->tensorflow-cpu->bmtflite==3.1.9) (0.2.8)
Requirement already satisfied: rsa<5,>=3.1.4 in /usr/local/lib/python3.7/dist-packages (from google-auth<3,>=1.6.3->tensorboard<2.12,>=2.11->tensorflow-cpu->bmtflite==3.1.9) (4.9)
Requirement already satisfied: cachetools<6.0,>=2.0.0 in /usr/local/lib/python3.7/dist-packages (from google-auth<3,>=1.6.3->tensorboard<2.12,>=2.11->tensorflow-cpu->bmtflite==3.1.9) (5.3.0)
Requirement already satisfied: requests-oauthlib>=0.7.0 in /usr/local/lib/python3.7/dist-packages (from google-auth-oauthlib<0.5,>=0.4.1->tensorboard<2.12,>=2.11->tensorflow-cpu->bmtflite==3.1.9) (1.3.1)
Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.7/dist-packages (from markdown>=2.6.8->tensorboard<2.12,>=2.11->tensorflow-cpu->bmtflite==3.1.9) (4.13.0)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/dist-packages (from requests<3,>=2.21.0->tensorboard<2.12,>=2.11->tensorflow-cpu->bmtflite==3.1.9) (2022.12.7)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.7/dist-packages (from requests<3,>=2.21.0->tensorboard<2.12,>=2.11->tensorflow-cpu->bmtflite==3.1.9) (1.26.14)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.7/dist-packages (from requests<3,>=2.21.0->tensorboard<2.12,>=2.11->tensorflow-cpu->bmtflite==3.1.9) (3.4)
Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.7/dist-packages (from requests<3,>=2.21.0->tensorboard<2.12,>=2.11->tensorflow-cpu->bmtflite==3.1.9) (3.0.1)
Requirement already satisfied: MarkupSafe>=2.1.1 in /usr/local/lib/python3.7/dist-packages (from werkzeug>=1.0.1->tensorboard<2.12,>=2.11->tensorflow-cpu->bmtflite==3.1.9) (2.1.2)
Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.7/dist-packages (from importlib-metadata>=4.4->markdown>=2.6.8->tensorboard<2.12,>=2.11->tensorflow-cpu->bmtflite==3.1.9) (3.14.0)
Requirement already satisfied: pyasn1<0.5.0,>=0.4.6 in /usr/local/lib/python3.7/dist-packages (from pyasn1-modules>=0.2.1->google-auth<3,>=1.6.3->tensorboard<2.12,>=2.11->tensorflow-cpu->bmtflite==3.1.9) (0.4.8)
Requirement already satisfied: oauthlib>=3.0.0 in /usr/local/lib/python3.7/dist-packages (from requests-oauthlib>=0.7.0->google-auth-oauthlib<0.5,>=0.4.1->tensorboard<2.12,>=2.11->tensorflow-cpu->bmtflite==3.1.9) (3.2.2)
Installing collected packages: bmtflite
Successfully installed bmtflite-3.1.9
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

[notice] A new release of pip is available: 23.0.1 -> 23.3.2
[notice] To update, run: pip install --upgrade pip
---> /workspace/tpu-nntc/wheel/ufw-1.0.0-py3-none-any.whl
WARNING: Skipping ufw as it is not installed.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Processing ./wheel/ufw-1.0.0-py3-none-any.whl
Requirement already satisfied: leveldb>=0.191 in /usr/local/lib/python3.7/dist-packages (from ufw==1.0.0) (0.201)
Requirement already satisfied: dash-cytoscape in /usr/local/lib/python3.7/dist-packages (from ufw==1.0.0) (0.3.0)
Requirement already satisfied: lmdb>=1.3.0 in /usr/local/lib/python3.7/dist-packages (from ufw==1.0.0) (1.4.0)
Requirement already satisfied: grpcio>=1.38 in /usr/local/lib/python3.7/dist-packages (from ufw==1.0.0) (1.51.3)
Requirement already satisfied: plotly>=4.0 in /usr/local/lib/python3.7/dist-packages (from ufw==1.0.0) (5.13.0)
Requirement already satisfied: ufwio in /root/.local/lib/python3.7/site-packages (from ufw==1.0.0) (0.9.0)
Requirement already satisfied: pandas>=0.12.0 in /usr/local/lib/python3.7/dist-packages (from ufw==1.0.0) (1.3.5)
Requirement already satisfied: opencv-python>=3.0 in /usr/local/lib/python3.7/dist-packages (from ufw==1.0.0) (4.7.0.68)
Requirement already satisfied: Cython>=0.19.2 in /usr/local/lib/python3.7/dist-packages (from ufw==1.0.0) (0.29.33)
Requirement already satisfied: python-dateutil>=1.4 in /usr/local/lib/python3.7/dist-packages (from ufw==1.0.0) (2.8.2)
Requirement already satisfied: tqdm>=4.0 in /usr/local/lib/python3.7/dist-packages (from ufw==1.0.0) (4.64.1)
Requirement already satisfied: dash in /usr/local/lib/python3.7/dist-packages (from ufw==1.0.0) (2.8.1)
Requirement already satisfied: numpy>=1.7.1 in /usr/local/lib/python3.7/dist-packages (from ufw==1.0.0) (1.21.6)
Requirement already satisfied: python-gflags>=2.0 in /usr/local/lib/python3.7/dist-packages (from ufw==1.0.0) (3.1.2)
Requirement already satisfied: scipy>=0.13.2 in /usr/local/lib/python3.7/dist-packages (from ufw==1.0.0) (1.7.3)
Requirement already satisfied: six>=1.1.0 in /usr/local/lib/python3.7/dist-packages (from ufw==1.0.0) (1.16.0)
Requirement already satisfied: dash-split-pane in /usr/local/lib/python3.7/dist-packages (from ufw==1.0.0) (1.0.0)
Requirement already satisfied: nose>=1.3.0 in /usr/local/lib/python3.7/dist-packages (from ufw==1.0.0) (1.3.7)
Requirement already satisfied: jsonschema==3.2.0 in /usr/local/lib/python3.7/dist-packages (from ufw==1.0.0) (3.2.0)
Requirement already satisfied: dash-draggable in /usr/local/lib/python3.7/dist-packages (from ufw==1.0.0) (0.1.2)
Requirement already satisfied: protobuf>=3.19.1 in /usr/local/lib/python3.7/dist-packages (from ufw==1.0.0) (3.19.6)
Requirement already satisfied: dash-bootstrap-components in /usr/local/lib/python3.7/dist-packages (from ufw==1.0.0) (1.3.1)
Requirement already satisfied: dash-table in /usr/local/lib/python3.7/dist-packages (from ufw==1.0.0) (5.0.0)
Requirement already satisfied: pyrsistent>=0.14.0 in /usr/local/lib/python3.7/dist-packages (from jsonschema==3.2.0->ufw==1.0.0) (0.19.3)
Requirement already satisfied: setuptools in /usr/local/lib/python3.7/dist-packages (from jsonschema==3.2.0->ufw==1.0.0) (67.4.0)
Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.7/dist-packages (from jsonschema==3.2.0->ufw==1.0.0) (4.13.0)
Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.7/dist-packages (from jsonschema==3.2.0->ufw==1.0.0) (22.2.0)
Requirement already satisfied: pytz>=2017.3 in /usr/local/lib/python3.7/dist-packages (from pandas>=0.12.0->ufw==1.0.0) (2022.7.1)
Requirement already satisfied: tenacity>=6.2.0 in /usr/local/lib/python3.7/dist-packages (from plotly>=4.0->ufw==1.0.0) (8.2.1)
Requirement already satisfied: Flask>=1.0.4 in /usr/local/lib/python3.7/dist-packages (from dash->ufw==1.0.0) (2.2.3)
Requirement already satisfied: dash-core-components==2.0.0 in /usr/local/lib/python3.7/dist-packages (from dash->ufw==1.0.0) (2.0.0)
Requirement already satisfied: dash-html-components==2.0.0 in /usr/local/lib/python3.7/dist-packages (from dash->ufw==1.0.0) (2.0.0)
Requirement already satisfied: itsdangerous>=2.0 in /usr/local/lib/python3.7/dist-packages (from Flask>=1.0.4->dash->ufw==1.0.0) (2.1.2)
Requirement already satisfied: Jinja2>=3.0 in /usr/local/lib/python3.7/dist-packages (from Flask>=1.0.4->dash->ufw==1.0.0) (3.1.2)
Requirement already satisfied: Werkzeug>=2.2.2 in /usr/local/lib/python3.7/dist-packages (from Flask>=1.0.4->dash->ufw==1.0.0) (2.2.3)
Requirement already satisfied: click>=8.0 in /usr/local/lib/python3.7/dist-packages (from Flask>=1.0.4->dash->ufw==1.0.0) (8.1.3)
Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.7/dist-packages (from importlib-metadata->jsonschema==3.2.0->ufw==1.0.0) (3.14.0)
Requirement already satisfied: typing-extensions>=3.6.4 in /usr/local/lib/python3.7/dist-packages (from importlib-metadata->jsonschema==3.2.0->ufw==1.0.0) (4.5.0)
Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.7/dist-packages (from Jinja2>=3.0->Flask>=1.0.4->dash->ufw==1.0.0) (2.1.2)
Installing collected packages: ufw
Successfully installed ufw-1.0.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

[notice] A new release of pip is available: 23.0.1 -> 23.3.2
[notice] To update, run: pip install --upgrade pip
---> /workspace/tpu-nntc/wheel/ufwio-0.9.0-py3-none-any.whl
Found existing installation: ufwio 0.9.0
Uninstalling ufwio-0.9.0:
  Successfully uninstalled ufwio-0.9.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Processing ./wheel/ufwio-0.9.0-py3-none-any.whl
Requirement already satisfied: scipy>=0.13.2 in /usr/local/lib/python3.7/dist-packages (from ufwio==0.9.0) (1.7.3)
Requirement already satisfied: numpy>=1.7.1 in /usr/local/lib/python3.7/dist-packages (from ufwio==0.9.0) (1.21.6)
Requirement already satisfied: leveldb>=0.191 in /usr/local/lib/python3.7/dist-packages (from ufwio==0.9.0) (0.201)
Requirement already satisfied: protobuf>=3.19.1 in /usr/local/lib/python3.7/dist-packages (from ufwio==0.9.0) (3.19.6)
Requirement already satisfied: lmdb>=1.3.0 in /usr/local/lib/python3.7/dist-packages (from ufwio==0.9.0) (1.4.0)
Installing collected packages: ufwio
Successfully installed ufwio-0.9.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

[notice] A new release of pip is available: 23.0.1 -> 23.3.2
[notice] To update, run: pip install --upgrade pip
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

滴答滴答滴嗒滴

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值