Home
last modified time | relevance | path

Searched defs:is_hybrid (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_weights.h62 bool is_hybrid; member
/external/tensorflow/tensorflow/lite/kernels/
Dconv.cc172 const TfLiteTensor* filter, OpData* data, bool is_hybrid, in IsIm2ColRequired()
224 TfLiteContext* context, TfLiteNode* node, bool is_hybrid, in AllocateTemporaryTensorsIfRequired()
383 const bool is_hybrid = in Prepare() local
Dfully_connected.cc135 const bool is_hybrid = is_quantized && (input->type == kTfLiteFloat32); in CheckTypes() local
259 const bool is_hybrid = in PrepareImpl() local
386 const bool is_hybrid = is_quantized && (input->type == kTfLiteFloat32); in Prepare() local
Dbasic_rnn.cc107 const bool is_hybrid = IsHybridOp(input, input_weights); in Prepare() local
Dunidirectional_sequence_rnn.cc114 const bool is_hybrid = IsHybridOp(input, input_weights); in Prepare() local
Ddepthwise_conv.cc122 const bool is_hybrid = in Prepare() local
Dbatch_matmul.cc136 bool is_hybrid = in InitializeTemporaries() local
Dunidirectional_sequence_lstm.cc1350 const bool is_hybrid = input->type == kTfLiteFloat32; in Eval() local
Dlstm.cc1933 const bool is_hybrid = (input->type == kTfLiteFloat32); in Eval() local