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