Searched defs:InputTensorList (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/federated-compute/fcp/aggregation/core/ | ||
H A D | input_tensor_list.cc | 29 InputTensorList::InputTensorList(std::initializer_list<const Tensor*> list) in InputTensorList() function in fcp::aggregation::InputTensorList |
H A D | input_tensor_list.h | 49 InputTensorList(const Tensor& tensor) : InputTensorList({&tensor}) {} in InputTensorList() function |