Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/cpu/kernels/
DCpuGemmMatrixMultiplyKernel.cpp97 const TensorInfo tensor_info0 = lhs->clone()->set_tensor_shape(tensor_shape0); in validate_arguments() local
98 …)->set_tensor_shape(misc::shape_calculator::compute_interleaved_shape(tensor_info0, mult_interleav… in validate_arguments()
/external/ComputeLibrary/src/gpu/cl/kernels/
DClGemmLowpMatrixMultiplyReshapedKernel.cpp83 const TensorInfo tensor_info0 = src0->clone()->set_tensor_shape(tensor_shape0); in validate_arguments() local
86 …fo_reshaped0 = src0->clone()->set_tensor_shape(compute_lhs_reshaped_shape(tensor_info0, lhs_info)); in validate_arguments()
DClGemmMatrixMultiplyReshapedKernel.cpp127 const TensorInfo tensor_info0 = src0->clone()->set_tensor_shape(tensor_shape0); in validate_arguments() local
130 …ne()->set_tensor_shape(misc::shape_calculator::compute_lhs_reshaped_shape(tensor_info0, lhs_info)); in validate_arguments()