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

  /external/tensorflow/tensorflow/core/kernels/
loss.h 55 virtual Status ConvertLabel(float* const example_label) const = 0;
hinge-loss.h 109 Status ConvertLabel(float* const example_label) const final {
loss_test.cc 188 TEST(HingeLoss, ConvertLabel) {
194 TF_EXPECT_OK(loss_updater.ConvertLabel(&example_label));
199 TF_EXPECT_OK(loss_updater.ConvertLabel(&example_label));
204 status = loss_updater.ConvertLabel(&example_label);
squared-loss.h 66 Status ConvertLabel(float* const example_label) const final {
smooth-hinge-loss.h 78 Status ConvertLabel(float* const example_label) const final {
logistic-loss.h 99 Status ConvertLabel(float* const example_label) const final {
sdca_ops.cc 172 options.loss_updater->ConvertLabel(&example_label);
sdca_internal.cc 245 const Status conversion_status = loss_updater->ConvertLabel(&label);
  /external/protobuf/php/ext/google/protobuf/
upb.h     [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h     [all...]

Completed in 507 milliseconds