kaldi脚本学习-nnet3中的文件关系

nnet-parse.cc:(nnet-parse.h)
nnet-parse.h:()

nnet-common.cc:(nnet-common.h)
nnet-common.h:()

natural-gradient-online.cc:(natural-gradient-online.h,nnet-parse.h)
natural-gradient-online.h:()

nnet-graph.cc:(nnet-graph.h)
nnet-graph.h:(nnet-nnet.h)

am-nnet-simple.cc:(am-nnet-simple.h,nnet-utils.h)
am-nnet-simple.h:(nnet-nnet.h)

attention.cc:(attention.h,nnet-parse.h)
attention.h:(nnet-common.h,convolution.h)

nnet-analyze.cc:(nnet-analyze.h)
nnet-analyze.h:(nnet-compile.h)

nnet-optimize-utils.cc:(nnet-optimize.h, nnet-optimize-utils.h)
nnet-optimize-utils.h:(nnet-compile.h,nnet-analyze.h)

nnet-optimize.cc:(nnet-optimize.h,nnet-optimize-utils)
nnet-optimize.h:(nnet-common.h,nnet-analyze.h,nnet-optimize-utils)

nnet-nnet.c:(nnet-nnet.h,nnet-parse, nnet-utils, nnet-simple-component,am-nnet-simple,transition-model)
nnet-nnet.h:(nnet-common.h,nnet-component-itf.h,nnet-descriptor.h)

nnet-utils.cc:(nnet-graph,nnet-simple-component,nnet-normalize-component,nnet-convolutional-component,nnet-parse,
            nnet-computation-graph,nnet-diagnostics)
nnet-utils.h:(nnet-common.h,nnet-component-itf.h,nnet-descriptor.h,nnet-computation.h,nnet-example.h)

nnet-training.cc:(nnet-training,nnet-utils)
nnet-training.h:(nnet-example.h,nnet-computation.h,nnet-compute.h,nnet-optimize.h,nnet-example-utils.h)

nnet-simple-component.cc: (nnet-simple-component,nnet-parse)
nnet-simple-component.h:(nnet-common.h,nnet-component-itf.h,natural-gradient-online.h)

nnet-normalize-component.cc:(nnet-normalize-component.h,nnet-parse.h,)
nnet-normalize-component.h:(nnet-common.h,nnet-component-itf.h,natural-gradient-online.h)

nnet-general-component.cc:(nnet-general-component.h,nnet-computation-graph.h,nnet-parse.h)
nnet-general-component.h:(nnet-common.h,nnet-component-itf.h,natural-gradient-online.h)

nnet-attention-component.cc:(nnet-attention-component.h,nnet-parse.h,nnet-compile-utils.h)
nnet-attention-component.h:(nnet-common.h,nnet-component-itf.h,natural-gradient-online.h,attention.h)

convolution.cc:(convolution.h,nnet-parse.h,nnet-compile-utils.h)
convolution.h:(nnet-common.h)

nnet-diagnostics.cc:(nnet-diagnostics.h,nnet-utils.h)
nnet-diagnostics.h:(nnet-example.h,nnet-computation.h,nnet-compute.h,nnet-optimize.h,nnet-example-utils.h
            nnet-training.h)

nnet-descriptor.cc:(nnet-descriptor.h,nnet-nnet.h,nnet-computation-graph.h)
nnet-descriptor.h:(nnet-common.h,nnet-component-itf.h)    

nnet-convolutional-component.cc:(nnet-convolutional-component.h,nnet-computation-graph.h,nnet-parse.h)
nnet-convolutional-component.h:(nnet-common.h,nnet-component-itf.h,natural-gradient-online.h,convolutional.h)

nnet-compute.cc:(nnet-compute.h)
nnet-compute.h:(nnet-common.h,nnet-nnet.h,nnet-computation.h,nnet-analyze.h,nnet-example.h)

nnet-computation-graph.cc:(nnet-computation-graph.h,nnet-graph.h)
nnet-computation-graph.h:(nnet-component-itf.h,nnet-nnet.h,nnet-computation.h)

nnet-computation.cc:(nnet-computation.h)
nnet-computation.h:(nnet-common.h,nnet-nnet.h)

nnet-component-itf.cc:(nnet-component-itf.h,nnet-simple-component.h,nnet-normalize-component.h,nnet-general-component.h
         nnet-convolutional-component.h,nnet-attention-component.h,nnet-parse.h,nnet-computation-graph.h)
nnet-component-itf.h:(nnet-common.h,nnet-parse.h)

nnet-compile-utils.cc:(nnet-compile-utils.h)
nnet-compile-utils.h:(nnet-component-itf.h,nnet-nnet.h,nnet-computation.h,nnet-computation-graph.h)

nnet-compile-looped.cc:(nnet-compile-looped.h,nnet-optimize-utils.h,nnet-utils.h)
nnet-compile-looped.h:(nnet-optimize.h,nnet-utils.h)

nnet-compile.cc:(nnet-compile.h,nnet-compile-utils.h,nnet-optimize.h)
nnet-compile.h:(nnet-component-itf.h,nnet-nnet.h,nnet-parse.h,nnet-computation.h,nnet-computation-graph.h)
/**** example ****/
nnet-example-utils.cc:(nnet-example-utils.h,)
nnet-example-utils.hh:(nnet-example.h,nnet-computation.h,nnet-compute.h)

nnet-example.cc:(nnet-example.h)
nnet-example.h:(nnet-nnet.h,)
/*************************/
/**** discriminative ****/
nnet-discriminative-training.cc:(nnet-discriminative-training.h,nnet-utils.h)
nnet-discriminative-training.h:(nnet-example.h,nnet-computation.h,nnet-compute.h,nnet-optimize.h,
        nnet-discriminative-example.h,nnet-training.h,discriminative-training.h)

nnet-discriminative-example.cc:(nnet-discriminative-example.h,nnet-example-utils.h)
nnet-discriminative-example.h:(nnet-nnet.h,nnet-compute.h,discriminative-supervision.h,nnet-example.h,nnet-example-utils.h)

nnet-discriminative-diagnostics.cc:(nnet-discriminative-diagnostics.h,nnet-utils.h,discriminative-training.h)
nnet-discriminative-diagnostics.h:(nnet-example.h,nnet-compute.h,nnet-compute.h,nnet-optimize.h,
          nnet-discriminative-example.h,nnet-diagnostics.h,discriminative-training.h)

discriminative-training.cc:(discriminative-training.h)
discriminative-training.h:(discriminative-supervision.h)

discriminative-supervision.cc:(discriminative-supervision.h)
discriminative-supervision.h:()
/*************************/
/**** chain ****/
nnet-chain-training.cc:(nnet-chain-training.h,nnet-utils.h)
nnet-chain-training.h:(nnet-example.h,nnet-computation.h,nnet-compute.h,nnet-optimize.h,nnet-chain-example.h
        nnet-training.h,chain-training.h,chain-den-graph.h)
nnet-chain-example.cc:(nnet-chain-example.h,nnet-example-utils.h)
nnet-chain-example.h:(nnet-nnet.h,nnet-computation.h,nnet-example.h,nnet-example-utils.h,chain-supervision.h)
nnet-chain-diagnostics.cc:(nnet-chain-diagnostics.h,nnet-utils.h)
nnet-chain-diagnostics.h:(nnet-example.h,nnet-computation.h,nnet-compute,nnet-optimize.h,nnet-chain-example.h
      nnet-diagnostics.h,chain-training,chain-den-graph.h)
/*************************/
/**** decode ****/
nnet-am-decodable-simple.cc:(nnet-am-decodable-simple.h,nnet-utils.h)
nnet-am-decodable-simple.h:(nnet-optimize.h,nnet-compute.h,am-nnet-simple.h)

decodable-simple-looped.cc:(decodable-simple-looped.h,nnet-utils.h,nnet-compile-looped.h)
decodable-simple-looped.h:(nnet-optimize.h,nnet-compute.h,am-nnet-simple.h)

decodable-online-looped.cc:(decodable-online-looped.h,nnet-utils.h)
decodable-online-looped.h:(am-nnet-simple.h,nnet-compute.h,nnet-optimize.h,decodable-online-looped.h)
/*************************/


        

猜你喜欢

转载自blog.csdn.net/abcd_12/article/details/81091668