Home
last modified time | relevance | path

Searched defs:CalculateTensorSize (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2022-038.md3 ### CVE Number
6 ### Impact
21 ### Patches
26 ### For more information
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dutils_test.cc181 TEST(UtilsTest, CalculateTensorSize) { in TEST() argument
H A Dutils.cc201 int64_t CalculateTensorSize(const OpInfo::TensorProperties& prop) { in CalculateTensorSize() function
H A Dop_level_cost_estimator.cc1560 int64_t OpLevelCostEstimator::CalculateTensorSize( in CalculateTensorSize() function in tensorflow::grappler::OpLevelCostEstimator