Home
last modified time | relevance | path

Searched refs:ConvertLabel (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dloss_test.cc188 TEST(HingeLoss, ConvertLabel) { in TEST() argument
194 TF_EXPECT_OK(loss_updater.ConvertLabel(&example_label)); in TEST()
199 TF_EXPECT_OK(loss_updater.ConvertLabel(&example_label)); in TEST()
204 status = loss_updater.ConvertLabel(&example_label); in TEST()
Dloss.h55 virtual Status ConvertLabel(float* const example_label) const = 0;
Dsquared-loss.h66 Status ConvertLabel(float* const example_label) const final { in ConvertLabel() function
Dhinge-loss.h109 Status ConvertLabel(float* const example_label) const final { in ConvertLabel() function
Dsmooth-hinge-loss.h78 Status ConvertLabel(float* const example_label) const final { in ConvertLabel() function
Dlogistic-loss.h99 Status ConvertLabel(float* const example_label) const final { in ConvertLabel() function
Dsdca_ops.cc172 options.loss_updater->ConvertLabel(&example_label); in DoCompute()
Dsdca_internal.cc245 const Status conversion_status = loss_updater->ConvertLabel(&label); in SampleAdaptativeProbabilities()
/external/protobuf/php/ext/google/protobuf/
Dupb.h1513 static Label ConvertLabel(int32_t val);
2486 inline FieldDef::Label FieldDef::ConvertLabel(int32_t val) { in ConvertLabel() function
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h1929 static Label ConvertLabel(int32_t val);
3087 inline FieldDef::Label FieldDef::ConvertLabel(int32_t val) {