OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetExampleValue
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
input_data.cc
66
GetExampleValue
(example, test.oblique().features(i));
69
val =
GetExampleValue
(example, test.feature_id());
84
float TensorDataSet::
GetExampleValue
(
95
float TensorDataSet::
GetExampleValue
(int example, int32 feature_id) const {
150
*bias =
GetExampleValue
(example, *feature_id);
decision_node_evaluator.cc
62
const float val = dataset->
GetExampleValue
(example, feature_num_);
87
dataset->
GetExampleValue
(example, feature_num_[i]);
109
const float val = dataset->
GetExampleValue
(example, feature_num_);
input_data.h
89
float
GetExampleValue
(int example,
94
virtual float
GetExampleValue
(int example, int32 feature_id) const;
test_utils.h
59
float
GetExampleValue
(int example, int32 feature_id) const override {
grow_stats.cc
147
input_data->
GetExampleValue
(example, test.feature_id());
[
all
...]
Completed in 248 milliseconds