Searched defs:indirect_buffer (Results 1 – 3 of 3) sorted by relevance
| /external/ComputeLibrary/src/gpu/cl/operators/ |
| D | ClIndirectConv2d.cpp | 104 TensorInfo indirect_buffer(ind_buffer_shape, 1, DataType::S32); in validate() local 114 …CLAuxTensorHandler indirect_buffer(offset_int_vec(IndirectBuffer), _indirect_buffer, tensors, true… in run() local 134 CLAuxTensorHandler indirect_buffer(_indirect_buffer, *indirect_buffer_aux); in prepare() local
|
| /external/ComputeLibrary/src/gpu/cl/kernels/ |
| D | ClIndirectConv2dKernel.cpp | 47 …rc, const ITensorInfo *weights, const ITensorInfo *biases, const ITensorInfo *indirect_buffer, con… in validate_arguments() 117 … ITensorInfo *src, ITensorInfo *weights, ITensorInfo *biases, ITensorInfo *indirect_buffer, ITenso… in configure() 254 …rc, const ITensorInfo *weights, const ITensorInfo *biases, const ITensorInfo *indirect_buffer, con… in validate() 272 …const auto indirect_buffer = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_cons… in run_op() local
|
| /external/rust/crates/vulkano/src/command_buffer/commands/ |
| D | pipeline.rs | 1719 indirect_buffer: Subbuffer<[DispatchIndirectCommand]>, in dispatch_indirect() field 1901 indirect_buffer: Subbuffer<[DrawIndirectCommand]>, in draw_indirect() field 1961 indirect_buffer: Subbuffer<[DrawIndexedIndirectCommand]>, in draw_indexed_indirect() field
|