MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / run

Method run

src/gpu/cl/operators/ClSoftmax.cpp:69–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void ClSoftmax::run(ITensorPack &tensors)
70{
71 CLAuxTensorHandler tmp(offset_int_vec(InternalTensorIdx::TMP), _tmp_info, tensors);
72
73 tensors.add_tensor(TensorType::ACL_INT_0, tmp.get());
74
75 CLScheduler::get().enqueue_op(*_kernel, tensors, false);
76}
77
78experimental::MemoryRequirements ClSoftmax::workspace() const
79{

Callers

nothing calls this directly

Calls 4

offset_int_vecFunction · 0.85
enqueue_opMethod · 0.80
add_tensorMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected