Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dconcat_lib_cpu.h31 template <typename T, typename ElementCopier>
36 int64 cost_per_unit, ElementCopier copier, in ConcatCPUImpl()
133 template <typename T, typename ElementCopier>
138 int64 cost_per_unit, ElementCopier copier, in ConcatSYCLImpl()
/external/protobuf/src/google/protobuf/
Drepeated_field.h310 struct ElementCopier { struct
1321 internal::ElementCopier<Element>()(to, from, array_size);
1327 void ElementCopier<Element, HasTrivialCopy>::operator()(
1333 struct ElementCopier<Element, true> {