Home
last modified time | relevance | path

Searched defs:output_predictions (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/models/
Dmultiple_additive_trees.cc29 tensorflow::TTypes<float>::Matrix output_predictions, in Predict()
/external/tensorflow/tensorflow/core/kernels/tensor_forest/
Dprediction_ops.cc45 Tensor* output_predictions = nullptr; in Compute() local
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
Dmodel_ops.cc194 Tensor* output_predictions = nullptr; in Compute() local
294 Tensor* output_predictions = nullptr; in Compute() local
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dprediction_ops.cc276 auto output_predictions = output_predictions_t->matrix<float>(); in DoCompute() local