Home
last modified time | relevance | path

Searched refs:weights_id (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dmatmul_builder.cc45 const OpBuilder::TensorID weights_id, in AddFullyConnectedHelper() argument
66 matmul_op->AddInput(weights_id); in AddFullyConnectedHelper()
265 const TensorID weights_id, in AddFullyConnected() argument
270 return AddFullyConnectedHelper(inputs, outputs, weights_id, weights_min_id, in AddFullyConnected()
Dmatmul_builder.h62 const TensorID weights_id,
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc244 const int weights_id = node->inputs->data[1]; in NeedInt8Conversion() local
245 const auto& weights_tensor = context->tensors[weights_id]; in NeedInt8Conversion()
350 const int weights_id = node->inputs->data[2]; in IsHybridOperator() local
352 const TfLiteType weights_type = context->tensors[weights_id].type; in IsHybridOperator()
359 const int weights_id = node->inputs->data[2]; in IsHybridOperator() local
361 const TfLiteType weights_type = context->tensors[weights_id].type; in IsHybridOperator()
367 const int weights_id = node->inputs->data[2]; in IsHybridOperator() local
369 const TfLiteType weights_type = context->tensors[weights_id].type; in IsHybridOperator()
374 const int weights_id = node->inputs->data[1]; in IsHybridOperator() local
376 const TfLiteType weights_type = context->tensors[weights_id].type; in IsHybridOperator()