Home
last modified time | relevance | path

Searched refs:compute_weights_descriptor (Results 1 – 4 of 4) sorted by relevance

/external/ComputeLibrary/arm_compute/graph/nodes/
DFullyConnectedLayerNode.h74 static TensorDescriptor compute_weights_descriptor(const TensorDescriptor &input_descriptor,
/external/ComputeLibrary/src/graph/nodes/
DFullyConnectedLayer.cpp55 TensorDescriptor FullyConnectedLayerNode::compute_weights_descriptor(const TensorDescriptor &input_… in compute_weights_descriptor() function in arm_compute::graph::FullyConnectedLayerNode
/external/ComputeLibrary/tests/validate_examples/
Dgraph_fully_connected.cpp174 …TensorDescriptor weights_descriptor = FullyConnectedLayerNode::compute_weights_descriptor(input_de… in create_tensors()
/external/ComputeLibrary/src/graph/
DGraphBuilder.cpp509 …TensorDescriptor w_desc = FullyConnectedLayerNode::compute_weights_descriptor(input_tensor_desc, n… in add_fully_connected_layer()