This is the complete list of members for MatrixMultiply, including all inherited members.
| apply(const SelectivityVector &rows, std::vector< VectorPtr > &args, const TypePtr &outputType, exec::EvalCtx &context, VectorPtr &output) const override | MatrixMultiply | inline |
| dims | MLFunction | protected |
| getCoefficientVector(std::string name) | MLFunction | inlineprotected |
| getCost(std::vector< int > inputDims) | MatrixMultiply | inlinevirtual |
| getDims() | MLFunction | inlinevirtual |
| getFuncName() | MatrixMultiply | inlinevirtual |
| getName() | MatrixMultiply | inlinestatic |
| getNumDims() | MLFunction | inlinevirtual |
| getTensor() const override | MatrixMultiply | inlinevirtual |
| getWeightedCost(std::string name, float cost) | MLFunction | inlineprotected |
| getWeightsFile() | MatrixMultiply | inline |
| MatrixMultiply(float *weights, int num_rows, int num_cols) | MatrixMultiply | inline |
| MatrixMultiply(std::string weightsFile, int num_rows, int num_cols) | MatrixMultiply | inline |
| setWeights(float *weights) | MatrixMultiply | inline |
| signatures() | MatrixMultiply | inlinestatic |
| ~MLFunction()=default | MLFunction | virtual |