Home
last modified time | relevance | path

Searched defs:Predict (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/test/
Dvp9_intrapred_test.cc116 void IntraPredTest<uint8_t, IntraPredParam>::Predict() { in Predict() function in __anon912f00890111::IntraPredTest
461 void IntraPredTest<uint16_t, HighbdIntraPredParam>::Predict() { in Predict() function in __anon912f00890111::IntraPredTest
/external/libaom/libaom/test/
Dintrapred_test.cc139 void Predict() { in Predict() function in __anonc190d6c90211::HighbdIntraPredTest
150 void Predict() { in Predict() function in __anonc190d6c90211::LowbdIntraPredTest
Ddr_prediction_test.cc184 void Predict(bool speedtest, int tx) { in Predict() function in __anon3b7840660111::DrPredTest
/external/tensorflow/tensorflow/core/profiler/utils/
Dcost_utils.cc87 TfOpRoofLineCostEstimator::OpRoofLineStats TfOpRoofLineCostEstimator::Predict( in Predict() function in tensorflow::profiler::TfOpRoofLineCostEstimator
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DDFA.cs83 public virtual int Predict(IIntStream input) { in Predict() method in Antlr.Runtime.DFA
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DDFA.cs97 public virtual int Predict( IIntStream input ) in Predict() method in Antlr.Runtime.DFA
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas5133 function TDFA.Predict(const Input: IIntStream): Integer; in Predict() function