HomeSort by relevance Sort by last modified time
    Searched refs:TfLiteEmbeddingLookupSparseParams (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/lite/c/
builtin_op_data_test.cc 61 TfLiteEmbeddingLookupSparseParams lookup_sparse_params;
builtin_op_data.h 277 } TfLiteEmbeddingLookupSparseParams;
  /external/tensorflow/tensorflow/lite/kernels/
embedding_lookup_sparse.cc 140 reinterpret_cast<TfLiteEmbeddingLookupSparseParams*>(node->builtin_data);
  /external/tensorflow/tensorflow/lite/core/api/
flatbuffer_conversions.cc 271 TfLiteEmbeddingLookupSparseParams* params =
272 allocator->AllocatePOD<TfLiteEmbeddingLookupSparseParams>();

Completed in 56 milliseconds