Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api_test.cc166 EXPECT_EQ(6, TF_TensorElementCount(t)); in TEST()
1480 EXPECT_EQ(6, TF_TensorElementCount(a)); in TEST()
1481 EXPECT_EQ(1, TF_TensorElementCount(b)); in TEST()
1491 EXPECT_EQ(6, TF_TensorElementCount(a)); in TEST()
1492 EXPECT_EQ(6, TF_TensorElementCount(b)); in TEST()
Dc_api.h276 TF_CAPI_EXPORT extern int64_t TF_TensorElementCount(const TF_Tensor* tensor);
Dc_api.cc265 int64_t TF_TensorElementCount(const TF_Tensor* t) { in TF_TensorElementCount() function
314 TF_TensorElementCount(from) * in_size) { in TF_TensorBitcastFrom()