Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api_test.cc1892 float dxy_dxValue = 0.0f, dxy_dyValue = 0.0f; in TEST_F() local
1893 ScalarFloatFromTensor(fetchValues[0], &dxy_dxValue); in TEST_F()
1894 EXPECT_EQ(Y, dxy_dxValue); in TEST_F()