MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / fill_tensor_value

Method fill_tensor_value

tests/AssetsLibrary.h:1064–1067  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1062
1063template <typename T, typename D>
1064void AssetsLibrary::fill_tensor_value(T &&tensor, D value) const
1065{
1066 fill_tensor_uniform(tensor, 0, value, value);
1067}
1068} // namespace test
1069} // namespace arm_compute
1070#endif // ACL_TESTS_ASSETSLIBRARY_H

Callers 15

TEST_CASEFunction · 0.80
TEST_CASEFunction · 0.80
TEST_CASEFunction · 0.80
validate_static_castFunction · 0.80
TEST_CASEFunction · 0.80
TEST_CASEFunction · 0.80
TEST_CASEFunction · 0.80
TEST_CASEFunction · 0.80
TEST_CASEFunction · 0.80
TEST_CASEFunction · 0.80
TEST_CASEFunction · 0.80
TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected