HomeSort by relevance Sort by last modified time
    Searched refs:example_weights_t (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
quantile_ops.cc 366 const Tensor* example_weights_t; variable
368 context->input(kExampleWeightsName, &example_weights_t));
369 auto example_weights = example_weights_t->flat<float>();
779 const Tensor* example_weights_t; variable
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
sdca_internal.cc 325 const Tensor* example_weights_t; local
326 TF_RETURN_IF_ERROR(context->input("example_weights", &example_weights_t));
327 auto example_weights = example_weights_t->flat<float>();

Completed in 72 milliseconds