Searched refs:weights_tensor_id (Results 1 – 3 of 3) sorted by relevance
158 int weights_tensor_id = inputs->data[1]; in PopulateSubGraph() local159 const auto& weights_tensor = context->tensors[weights_tensor_id]; in PopulateSubGraph()198 graph_builder_->AddTensorWithID(weights_tensor_id, in PopulateSubGraph()209 inputs, outputs, graph_builder_->GetHexagonTensorId(weights_tensor_id), in PopulateSubGraph()226 const int weights_tensor_id = inputs->data[1]; in PopulateSubGraph() local227 const auto& weights_tensor = context->tensors[weights_tensor_id]; in PopulateSubGraph()238 AddInput(graph_builder_->GetHexagonTensorId(weights_tensor_id)); in PopulateSubGraph()
55 absl::Status SetFullyConnectedWeights(int weights_tensor_id, in SetFullyConnectedWeights() argument59 RETURN_IF_ERROR(reader->ReadTensor(weights_tensor_id, &weights)); in SetFullyConnectedWeights()
59 absl::Status GetFullyConnectedAttributes(int weights_tensor_id, in GetFullyConnectedAttributes() argument64 RETURN_IF_ERROR(reader->ReadTensor(weights_tensor_id, &weights)); in GetFullyConnectedAttributes()