Home
last modified time | relevance | path

Searched refs:table (Results 1 – 17 of 17) sorted by relevance

/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/
Delu.cc41 int8_t table[256]; member
64 data->table[static_cast<uint8_t>(static_cast<T>(val))] = in PopulateLookupTable()
78 output_data[i] = data->table[static_cast<uint8_t>(input_data[i])]; in EvalUsingLookupTable()
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/hello_world/train/
DREADME.md26 <table class="tfo-notebook-buttons" align="left">
33 </table>
Dtrain_hello_world_model.ipynb31 "<table class=\"tfo-notebook-buttons\" align=\"left\">\n",
38 "</table>"
3219 "<table border=\"1\" class=\"dataframe\">\n",
3244 "</table>\n",
3323 "<table border=\"1\" class=\"dataframe\">\n",
3353 "</table>\n",
3386table) that the original TF model, the TFLite model, and the quantized TFLite model are all close …
/tflite-micro-3.4.0-2.7.6/third_party_static/flatbuffers/include/flatbuffers/
Dflatbuffers.h378 auto table = IndirectHelper<T>::Read(data, 0);
382 return -table->KeyCompareWithValue(*key);
1439 template<typename T> void Required(Offset<T> table, voffset_t field);
2213 template<typename T> bool VerifyTable(const T *table) {
2214 return !table || table->Verify(*this);
2275 const uint8_t *table) {
2277 auto tableo = static_cast<size_t>(table - buf_);
2281 auto vtableo = tableo - static_cast<size_t>(ReadScalar<soffset_t>(table));
2572 void FlatBufferBuilder::Required(Offset<T> table, voffset_t field) {
2573 auto table_ptr = reinterpret_cast<const Table *>(buf_.data_at(table.o));
[all …]
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/kernels/internal/
Dcommon.h289 int16_t* table, const int num) { in gen_lut() argument
304 table[i] = std::min<double>(std::max<double>(sample_val - bias, -32768.0), in gen_lut()
307 table[num - 1] = std::min<double>( in gen_lut()
317 inline void gen_lut(float (*func)(float), float min, float max, int16_t* table, in gen_lut() argument
333 table[i] = std::min<float>(std::max<float>(sample_val - bias, -32768.0f), in gen_lut()
336 table[num - 1] = std::min<float>( in gen_lut()
Dtypes.h1146 float* table; member
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/magic_wand/train/
DREADME.md34 <table class="tfo-notebook-buttons" align="left">
41 </table>
Dtrain_magic_wand_model.ipynb31 "\u003c/table\u003e\n"
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/tools/make/targets/ceva/
DCEVA_BX1_TFLM.ld18 /* By default, program starts from reset address (the default location of the interrupt table) */
46 /** The interrupt vector table. Contains the NMI
DCEVA_BX1_TFLM_18.0.3.ld19 /* By default, program starts from reset address (the default location of the interrupt table) */
47 /** The interrupt vector table. Contains the NMI
DCEVA_BX1_TFLM_18.0.5.ld19 /* By default, program starts from reset address (the default location of the interrupt table) */
47 /** The interrupt vector table. Contains the NMI
DCEVA_SP500_TFLM.ld19 /* By default, program starts from reset address (the default location of the interrupt table) */
44 /** The interrupt vector table. Contains the NMI
DCEVA_BX1_TFLM_18.0.2.ld18 /* By default, program starts from reset address (the default location of the interrupt table) */
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/micro_speech/train/
DREADME.md56 <table class="tfo-notebook-buttons" align="left">
63 </table>
Dtrain_micro_speech_model.ipynb39 "<table class=\"tfo-notebook-buttons\" align=\"left\">\n",
46 "</table>\n"
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/vexriscv/doc/
DDepthwiseConv2D_int8.md132 bold coordinates in the table. From the table, this scheme only gets partial
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/ceva/
Dtypes.h99 float* table; member
1190 float* table;