Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dquantile_ops.cc374 const Tensor* example_weights_t; in Compute() local
376 context->input(kExampleWeightsName, &example_weights_t)); in Compute()
377 auto example_weights = example_weights_t->flat<float>(); in Compute()
788 const Tensor* example_weights_t; in Compute() local
790 context->input(kExampleWeightsName, &example_weights_t)); in Compute()
791 auto example_weights = example_weights_t->flat<float>(); in Compute()
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dquantile_ops.cc152 const Tensor* example_weights_t; in Compute() local
154 context->input(kExampleWeightsName, &example_weights_t)); in Compute()
156 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()