Beispiel #1
0
 public static extern TfLiteStatus TfLiteTensorCopyFromBuffer(TfLiteTensor tensor, IntPtr input_data, int input_data_size);
Beispiel #2
0
 public static extern TfLiteStatus TfLiteTensorCopyToBuffer(TfLiteTensor output_tensor, IntPtr output_data, int output_data_size);
Beispiel #3
0
 public static extern IntPtr TfLiteTensorName(TfLiteTensor tensor);
Beispiel #4
0
 public static extern TfLiteQuantizationParams TfLiteTensorQuantizationParams(TfLiteTensor tensor);
Beispiel #5
0
 public static extern IntPtr TfLiteTensorData(TfLiteTensor tensor);
Beispiel #6
0
 public static extern int TfLiteTensorByteSize(TfLiteTensor tensor);
Beispiel #7
0
 public static extern int TfLiteTensorDim(TfLiteTensor tensor, int dim_index);
Beispiel #8
0
 public static extern int TfLiteTensorNumDims(TfLiteTensor tensor);
Beispiel #9
0
 public static extern TfLiteDataType TfLiteTensorType(TfLiteTensor tensor);