HomeSort by relevance Sort by last modified time
    Searched full:weights_feature_ (Results 1 - 3 of 3) sorted by null

  /frameworks/ml/nn/common/operations/
SVDF.h 72 const RunTimeOperandInfo *weights_feature_; member in class:android::nn::SVDF
SVDF.cpp 42 weights_feature_ = GetInput(operation, operands, kWeightsFeatureTensor);
109 const int num_filters = SizeOfDimension(weights_feature_, 0);
127 GetBuffer<float>(weights_feature_), num_filters, input_size,
  /external/tensorflow/tensorflow/contrib/lite/kernels/
svdf_test.cc 138 weights_feature_ = AddInput(TensorType_FLOAT32);
156 PopulateTensor(weights_feature_, f);
187 int weights_feature_; member in class:tflite::__anon39280::SVDFOpModel

Completed in 556 milliseconds