Searched refs:Predict (Results 1 - 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/models/
H A Dmultiple_additive_trees.h34 // Predict runs tree ensemble on the given batch and updates
36 static void Predict(
H A Dmultiple_additive_trees_test.cc61 // Predict for both instances.
64 MultipleAdditiveTrees::Predict(tree_ensemble_config, {}, batch_features_,
101 MultipleAdditiveTrees::Predict(tree_ensemble_config, {0, 1},
111 MultipleAdditiveTrees::Predict(weighted, {0, 1}, batch_features_, &threads,
120 MultipleAdditiveTrees::Predict(tree_ensemble_config, {1}, batch_features_,
127 MultipleAdditiveTrees::Predict(tree_ensemble_config, {0}, batch_features_,
134 MultipleAdditiveTrees::Predict(tree_ensemble_config, {}, batch_features_,
166 // Predict for both instances.
174 MultipleAdditiveTrees::Predict(tree_ensemble_config, {0, 1},
186 MultipleAdditiveTrees::Predict(weighte
[all...]
H A Dmultiple_additive_trees.cc24 void MultipleAdditiveTrees::Predict( function in class:tensorflow::boosted_trees::models::MultipleAdditiveTrees
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DDFA.cs83 public virtual int Predict(IIntStream input) { method in class:Antlr.Runtime.DFA
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DDFA.cs96 public virtual int Predict( IIntStream input ) method in class:Antlr.Runtime.DFA
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
H A Dprediction_ops.cc290 MultipleAdditiveTrees::Predict(adjusted, trees_to_include, batch_features,
293 MultipleAdditiveTrees::Predict(
/external/libvpx/libvpx/test/
H A Dvp9_intrapred_test.cc76 Predict();
89 void Predict();
116 void IntraPredTest<uint8_t, IntraPredParam>::Predict() { function in class:__anon12721::IntraPredTest
452 void IntraPredTest<uint16_t, HighbdIntraPredParam>::Predict() { function in class:__anon12721::IntraPredTest
/external/webp/src/enc/
H A Ddelta_palettization_enc.c311 static uint32_t Predict(int x, int y, uint32_t* image) { function
407 const uint32_t predicted_value = Predict(x, y, new_image);
/external/libvpx/libvpx/vp8/common/x86/
H A Didctllm_sse2.asm401 ; Predict buffer needs to be expanded from bytes to words
/external/opencv/cvaux/include/
H A Dcvvidsurv.hpp1031 virtual CvBlob* Predict() = 0;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugGrammarParser.cs312 alt2 = dfa2.Predict(input);
H A DProfileGrammarParser.cs316 alt2 = dfa2.Predict(input);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1021 function Predict(const Input: IIntStream): Integer;
2420 function Predict(const Input: IIntStream): Integer;
5133 function TDFA.Predict(const Input: IIntStream): Integer;

Completed in 906 milliseconds