Home
last modified time | relevance | path

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

/aosp_15_r20/external/federated-compute/fcp/aggregation/testing/
H A Dtesting.h65 std::vector<T> TensorValuesToVector(const Tensor& arg) { in TensorValuesToVector() function
129 TensorValuesToVector<T>(arg) == expected_values_; in MatchAndExplain()
H A Dtesting.cc44 TensorValuesToVector<T>(tensor))); in operator <<()