MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / AddOperation

Method AddOperation

tensorflow/lite/delegates/gpu/cl/kernels/gpu_operation.cc:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void GPUOperation::AddOperation(ElementwiseOperation* operation) {
106 linked_operations_.push_back(operation);
107 operation->SetLinkIndex(linked_operations_.size());
108}
109
110ElementwiseOperation::ElementwiseOperation(ElementwiseOperation&& operation)
111 : GPUOperation(std::move(operation)),

Callers 1

MergeMethod · 0.45

Calls 3

push_backMethod · 0.45
SetLinkIndexMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected