build method

void build(
  1. GPUTensor input
)

Implementation

void build(GPUTensor<dynamic> input) {
  built = true;
}