Searched refs:table (Results 1 – 17 of 17) sorted by relevance
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/ |
D | elu.cc | 41 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/ |
D | README.md | 26 <table class="tfo-notebook-buttons" align="left"> 33 </table>
|
D | train_hello_world_model.ipynb | 31 "<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", 3386 …table) 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/ |
D | flatbuffers.h | 378 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/ |
D | common.h | 289 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()
|
D | types.h | 1146 float* table; member
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/magic_wand/train/ |
D | README.md | 34 <table class="tfo-notebook-buttons" align="left"> 41 </table>
|
D | train_magic_wand_model.ipynb | 31 "\u003c/table\u003e\n"
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/tools/make/targets/ceva/ |
D | CEVA_BX1_TFLM.ld | 18 /* By default, program starts from reset address (the default location of the interrupt table) */ 46 /** The interrupt vector table. Contains the NMI
|
D | CEVA_BX1_TFLM_18.0.3.ld | 19 /* By default, program starts from reset address (the default location of the interrupt table) */ 47 /** The interrupt vector table. Contains the NMI
|
D | CEVA_BX1_TFLM_18.0.5.ld | 19 /* By default, program starts from reset address (the default location of the interrupt table) */ 47 /** The interrupt vector table. Contains the NMI
|
D | CEVA_SP500_TFLM.ld | 19 /* By default, program starts from reset address (the default location of the interrupt table) */ 44 /** The interrupt vector table. Contains the NMI
|
D | CEVA_BX1_TFLM_18.0.2.ld | 18 /* 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/ |
D | README.md | 56 <table class="tfo-notebook-buttons" align="left"> 63 </table>
|
D | train_micro_speech_model.ipynb | 39 "<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/ |
D | DepthwiseConv2D_int8.md | 132 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/ |
D | types.h | 99 float* table; member 1190 float* table;
|