Searched refs:compute_weights_descriptor (Results 1 – 4 of 4) sorted by relevance
74 static TensorDescriptor compute_weights_descriptor(const TensorDescriptor &input_descriptor,
55 TensorDescriptor FullyConnectedLayerNode::compute_weights_descriptor(const TensorDescriptor &input_… in compute_weights_descriptor() function in arm_compute::graph::FullyConnectedLayerNode
174 …TensorDescriptor weights_descriptor = FullyConnectedLayerNode::compute_weights_descriptor(input_de… in create_tensors()
509 …TensorDescriptor w_desc = FullyConnectedLayerNode::compute_weights_descriptor(input_tensor_desc, n… in add_fully_connected_layer()