1 #include "caffe2/operators/ngram_ops.h" 3 #include "caffe2/core/operator.h" 4 #include "caffe2/core/tensor.h" 10 NGramFromCategoricalOp<float, int64_t, CPUContext>);
11 NO_GRADIENT(NGramFromCategorical);
12 OPERATOR_SCHEMA(NGramFromCategorical).NumInputs(1).NumOutputs(1);
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...