DynamicBufferWriteToTensor Method |
http://www.emgu.com
Fill content into a string tensor.
Namespace:
Emgu.TF.Lite
Assembly:
Emgu.TF.Lite.World (in Emgu.TF.Lite.World.dll) Version: 1.13.1.439 (1.13.1.439)
Syntaxpublic void WriteToTensor(
Tensor tensor
)
Public Sub WriteToTensor (
tensor As Tensor
)
public:
void WriteToTensor(
Tensor^ tensor
)
member WriteToTensor :
tensor : Tensor -> unit
Parameters
- tensor
- Type: Emgu.TF.LiteTensor
The string tensor
See Also