Home
last modified time | relevance | path

Searched defs:TensorData (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/coreml/
Dcoreml_executor.h24 struct TensorData { struct
37 - (bool)invokeWithInputs:(const std::vector<TensorData>&)inputs argument
Dcoreml_executor.mm43 coreMlVersion:(int)coreMlVersion;
54 coreMlVersion:(int)coreMlVersion {
131 outputs:(const std::vector<TensorData>&)outputs {
/external/tensorflow/tensorflow/lite/kernels/
Dtest_util.h107 struct TensorData { struct
118 : type(type), in type()
135 TensorType type;
136 std::vector<int> shape;
137 float min;
138 float max;
139 float scale;
140 int32_t zero_point;
141 bool per_channel_quantization;
142 std::vector<float> per_channel_quantization_scales;
[all …]
/external/llvm-project/llvm/lib/Analysis/
DTFUtils.cpp70 void writeTensorValues(raw_ostream &OutFile, const char *TensorData, in writeTensorValues()
89 const char *TensorData, size_t TensorCount, in writeRawTensorsAsFeatureLists()