Home
last modified time | relevance | path

Searched refs:Predict (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/models/
Dmultiple_additive_trees_test.cc64 MultipleAdditiveTrees::Predict(tree_ensemble_config, {}, batch_features_, in TEST_F()
101 MultipleAdditiveTrees::Predict(tree_ensemble_config, {0, 1}, in TEST_F()
111 MultipleAdditiveTrees::Predict(weighted, {0, 1}, batch_features_, &threads, in TEST_F()
120 MultipleAdditiveTrees::Predict(tree_ensemble_config, {1}, batch_features_, in TEST_F()
127 MultipleAdditiveTrees::Predict(tree_ensemble_config, {0}, batch_features_, in TEST_F()
134 MultipleAdditiveTrees::Predict(tree_ensemble_config, {}, batch_features_, in TEST_F()
174 MultipleAdditiveTrees::Predict(tree_ensemble_config, {0, 1}, in TEST_F()
186 MultipleAdditiveTrees::Predict(weighted, {0, 1}, batch_features_, &threads, in TEST_F()
199 MultipleAdditiveTrees::Predict(tree_ensemble_config, {1}, batch_features_, in TEST_F()
208 MultipleAdditiveTrees::Predict(tree_ensemble_config, {0}, batch_features_, in TEST_F()
[all …]
Dmultiple_additive_trees.h36 static void Predict(
Dmultiple_additive_trees.cc24 void MultipleAdditiveTrees::Predict( in Predict() function in tensorflow::boosted_trees::models::MultipleAdditiveTrees
/external/libvpx/libvpx/test/
Dvp9_intrapred_test.cc76 Predict(); in RunTest()
89 void Predict();
116 void IntraPredTest<uint8_t, IntraPredParam>::Predict() { in Predict() function in __anonb3344e1f0111::IntraPredTest
452 void IntraPredTest<uint16_t, HighbdIntraPredParam>::Predict() { in Predict() function in __anonb3344e1f0111::IntraPredTest
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dprediction_ops.cc290 MultipleAdditiveTrees::Predict(adjusted, trees_to_include, batch_features, in DoCompute()
293 MultipleAdditiveTrees::Predict( in DoCompute()
/external/webp/src/enc/
Ddelta_palettization_enc.c311 static uint32_t Predict(int x, int y, uint32_t* image) { in Predict() function
407 const uint32_t predicted_value = Predict(x, y, new_image); in ApplyDeltaPalette()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DDFA.cs83 public virtual int Predict(IIntStream input) { in Predict() method in Antlr.Runtime.DFA
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DDFA.cs96 public virtual int Predict( IIntStream input ) in Predict() method in Antlr.Runtime.DFA
/external/tensorflow/tensorflow/docs_src/programmers_guide/
Dsaved_model.md369 that can be served (Classify, Regress, or Predict).
423 > Note: when training a model to be served using the Predict API with a local
589 > When using the generic `Predict` API, however, TensorFlow Serving feeds raw
/external/tensorflow/tensorflow/docs_src/get_started/
Dcustom_estimators.md167 * [Predict](#predict)
312 ### Predict subsection
Dpremade_estimators.md323 ## Train, Evaluate, and Predict
/external/libvpx/libvpx/vp8/common/x86/
Didctllm_sse2.asm401 ; Predict buffer needs to be expanded from bytes to words
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DProfileGrammarParser.cs316 alt2 = dfa2.Predict(input); in stat()
DDebugGrammarParser.cs312 alt2 = dfa2.Predict(input); in stat()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1021 function Predict(const Input: IIntStream): Integer;
2420 function Predict(const Input: IIntStream): Integer;
5133 function TDFA.Predict(const Input: IIntStream): Integer; in Predict() function
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg1236 alt<decisionNumber> = dfa<decisionNumber>.Predict(input);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DCSharp2.stg1257 alt<decisionNumber> = dfa<decisionNumber>.Predict(input);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg1345 Alt[<decisionNumber>] := FDFA<decisionNumber>.Predict(Input);
/external/libxml2/result/HTML/
Dwired.html.sax2639 SAX.characters(Screensaver to Predict Climate, 30)
/external/tensorflow/
DRELEASE.md319 different APIs (Classify, Regress, and Predict). Furthermore,