Preparing search index...
    • Concatenates inTensorA and inTensorB along the specified axis and puts the result to the outTensor. Input arrays have to have same dimension along other 2 axes.

      Parameters

      • inTensorA: Float32Array
      • inShapeA: vec3
      • inTensorB: Float32Array
      • inShapeB: vec3
      • axis: number
      • outTensor: Float32Array

      Returns void