Home
last modified time | relevance | path

Searched refs:example_weights_t (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dquantile_ops.cc153 const Tensor* example_weights_t; in Compute() local
155 context->input(kExampleWeightsName, &example_weights_t)); in Compute()
157 auto example_weights = example_weights_t->flat<float>(); in Compute()
/external/tensorflow/tensorflow/core/kernels/
Dsdca_internal.cc339 const Tensor* example_weights_t; in Initialize() local
340 TF_RETURN_IF_ERROR(context->input("example_weights", &example_weights_t)); in Initialize()
341 auto example_weights = example_weights_t->flat<float>(); in Initialize()