Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dgradients_util.h39 Status ScalarTensorHandle(AbstractContext* ctx, float value,
Dgradients_util.cc83 Status ScalarTensorHandle(AbstractContext* ctx, float value, in ScalarTensorHandle() function
167 Status s = ScalarTensorHandle(ctx, val, &y_raw); in GetScalarTensorHandleUtil()
Dmnist_gradients_test.cc461 Status s = ScalarTensorHandle(ctx.get(), 1.5f, &x_raw); in TEST_P()
557 s = ScalarTensorHandle(ctx.get(), 1e-1, &learning_rate); in TEST_P()