Searched refs:Predictor (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/contrib/predictor/ |
D | README.md | 3 The `Predictor` classes provide a simple interface for performing repeated, 4 efficient inference. A `Predictor` can be constructed from a `SavedModel` on 19 We can then construct a `Predictor` in two different ways. 21 ## `Predictor` from a `SavedModel` 37 We can then construct a `Predictor` as follows: 83 ## `Predictor` from an `Estimator` 85 We can also construct a `Predictor` directly from an `Estimator`. Defining
|
D | predictor.py | 26 class Predictor(object): class
|
D | contrib_estimator_predictor.py | 29 class ContribEstimatorPredictor(predictor.Predictor):
|
D | core_estimator_predictor.py | 47 class CoreEstimatorPredictor(predictor.Predictor):
|
D | saved_model_predictor.py | 109 class SavedModelPredictor(predictor.Predictor):
|
D | BUILD | 1 # `Predictor` classes provide an interface for efficient, repeated inference.
|
/external/libaom/libaom/test/ |
D | filterintra_test.cc | 27 typedef void (*Predictor)(uint8_t *dst, ptrdiff_t stride, TX_SIZE tx_size, typedef 34 typedef tuple<Predictor, Predictor, int> PredFuncMode; 100 Predictor predFunc_; 101 Predictor predFuncRef_;
|
/external/libchrome/base/threading/ |
D | thread_restrictions.h | 35 class Predictor; variable 486 friend class chrome_browser_net::Predictor; // http://crbug.com/78451
|
/external/webp/src/dsp/ |
D | lossless.c | 598 COPY_PREDICTOR_ARRAY(Predictor, VP8LPredictors) in WEBP_DSP_INIT_FUNC() 599 COPY_PREDICTOR_ARRAY(Predictor, VP8LPredictors_C) in WEBP_DSP_INIT_FUNC()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | 2007-05-15-InfiniteRecursion.ll | 20 %struct.Predictor = type { double, double, double } 22 …e { %struct.FILE*, i32, %struct.RateControlEntry*, double, [5 x %struct.Predictor], double, double…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/ |
D | 2007-05-15-InfiniteRecursion.ll | 20 %struct.Predictor = type { double, double, double } 22 …e { %struct.FILE*, i32, %struct.RateControlEntry*, double, [5 x %struct.Predictor], double, double…
|
/external/llvm/test/CodeGen/Generic/ |
D | 2007-05-15-InfiniteRecursion.ll | 20 %struct.Predictor = type { double, double, double } 22 …e { %struct.FILE*, i32, %struct.RateControlEntry*, double, [5 x %struct.Predictor], double, double…
|