Home
last modified time | relevance | path

Searched defs:InputTensorList (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/aggregation/core/
H A Dinput_tensor_list.cc29 InputTensorList::InputTensorList(std::initializer_list<const Tensor*> list) in InputTensorList() function in fcp::aggregation::InputTensorList
37 InputTensorList::InputTensorList(size_t size) in InputTensorList() function in fcp::aggregation::InputTensorList
53 InputTensorList::InputTensorList(InputTensorList&& other) in InputTensorList() function in fcp::aggregation::InputTensorList
H A Dinput_tensor_list.h49 InputTensorList(const Tensor& tensor) : InputTensorList({&tensor}) {} in InputTensorList() function