Searched refs:example_weights_t (Results 1 – 3 of 3) sorted by relevance
374 const Tensor* example_weights_t; in Compute() local376 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() local790 context->input(kExampleWeightsName, &example_weights_t)); in Compute()791 auto example_weights = example_weights_t->flat<float>(); in Compute()
152 const Tensor* example_weights_t; in Compute() local154 context->input(kExampleWeightsName, &example_weights_t)); in Compute()156 auto example_weights = example_weights_t->flat<float>(); in Compute()
339 const Tensor* example_weights_t; in Initialize() local340 TF_RETURN_IF_ERROR(context->input("example_weights", &example_weights_t)); in Initialize()341 auto example_weights = example_weights_t->flat<float>(); in Initialize()