/external/tensorflow/tensorflow/contrib/boosted_trees/lib/models/ |
D | multiple_additive_trees_test.cc | 64 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 …]
|
D | multiple_additive_trees.h | 36 static void Predict(
|
D | multiple_additive_trees.cc | 24 void MultipleAdditiveTrees::Predict( in Predict() function in tensorflow::boosted_trees::models::MultipleAdditiveTrees
|
/external/libvpx/libvpx/test/ |
D | vp9_intrapred_test.cc | 76 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/ |
D | prediction_ops.cc | 290 MultipleAdditiveTrees::Predict(adjusted, trees_to_include, batch_features, in DoCompute() 293 MultipleAdditiveTrees::Predict( in DoCompute()
|
/external/webp/src/enc/ |
D | delta_palettization_enc.c | 311 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/ |
D | DFA.cs | 83 public virtual int Predict(IIntStream input) { in Predict() method in Antlr.Runtime.DFA
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | DFA.cs | 96 public virtual int Predict( IIntStream input ) in Predict() method in Antlr.Runtime.DFA
|
/external/tensorflow/tensorflow/docs_src/programmers_guide/ |
D | saved_model.md | 369 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/ |
D | custom_estimators.md | 167 * [Predict](#predict) 312 ### Predict subsection
|
D | premade_estimators.md | 323 ## Train, Evaluate, and Predict
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | idctllm_sse2.asm | 401 ; Predict buffer needs to be expanded from bytes to words
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
D | ProfileGrammarParser.cs | 316 alt2 = dfa2.Predict(input); in stat()
|
D | DebugGrammarParser.cs | 312 alt2 = dfa2.Predict(input); in stat()
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 1021 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/ |
D | CSharp3.stg | 1236 alt<decisionNumber> = dfa<decisionNumber>.Predict(input);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | CSharp2.stg | 1257 alt<decisionNumber> = dfa<decisionNumber>.Predict(input);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
D | Delphi.stg | 1345 Alt[<decisionNumber>] := FDFA<decisionNumber>.Predict(Input);
|
/external/libxml2/result/HTML/ |
D | wired.html.sax | 2639 SAX.characters(Screensaver to Predict Climate, 30)
|
/external/tensorflow/ |
D | RELEASE.md | 319 different APIs (Classify, Regress, and Predict). Furthermore,
|