ONE - On-device Neural Engine
|
#include <hash.h>
Public Types | |
typedef T(* | HashFunction) (const char *) |
Data Fields | |
const char * | name |
HashFunction | function |
typedef T(* flatbuffers::NamedHashFunction< T >::HashFunction) (const char *) |
HashFunction flatbuffers::NamedHashFunction< T >::function |
Definition at line 86 of file hash.h.
Referenced by flatbuffers::FindHashFunction16(), flatbuffers::FindHashFunction32(), and flatbuffers::FindHashFunction64().
const char* flatbuffers::NamedHashFunction< T >::name |