Searched defs:weight_format (Results  1 – 8 of 8) sorted by relevance
| /external/ComputeLibrary/src/core/utils/ | 
| D | AssemblyUtils.cpp | 70 arm_gemm::WeightFormat map_to_arm_gemm_weight_format(const arm_compute::WeightFormat &weight_format)  in map_to_arm_gemm_weight_format()190 …compute::WeightFormat map_to_arm_compute_weight_format(const arm_gemm::WeightFormat &weight_format)  in map_to_arm_compute_weight_format()
 
 | 
| /external/tensorflow/tensorflow/core/kernels/mkl/ | 
| D | mkl_matmul_op_fused.cc | 122     memory::format_tag weight_format =  in Compute()  local
 | 
| D | mkl_matmul_ops_common.h | 65   memory::format_tag weight_format;  member
 | 
| /external/ComputeLibrary/tests/validation/fixtures/ | 
| D | ConvolutionLayerFixture.h | 424 …sorInfo prepare_weights(const TensorInfo tensor_info, const arm_compute::WeightFormat weight_forma…  in prepare_weights()458 …rrange_data(const AccessorType src, AccessorType dst, const arm_compute::WeightFormat weight_forma…  in rearrange_data()
 
 | 
| /external/ComputeLibrary/src/cpu/operators/ | 
| D | CpuGemmConv2d.cpp | 102 …ol enable_fast_math, int gemm_3d_depth, bool fixed_format, arm_compute::WeightFormat weight_format)  in configure_mm()182 …h, int gemm_3d_depth, bool skip_im2col, bool fixed_format, arm_compute::WeightFormat weight_format)  in validate_mm()
 
 | 
| D | CpuFullyConnected.cpp | 112 …TensorInfo *dst, const ActivationLayerInfo &act, bool enable_fast_math, WeightFormat weight_format)  in validate_mm()
 | 
| /external/ComputeLibrary/src/cpu/kernels/assembly/ | 
| D | arm_gemm.hpp | 112     WeightFormat weight_format    = WeightFormat::ANY;  member
 | 
| /external/ComputeLibrary/arm_compute/core/ | 
| D | Types.h | 2125     arm_compute::WeightFormat weight_format() const  in weight_format()  function2129     void set_weight_format(arm_compute::WeightFormat weight_format)  in set_weight_format()
 2585     arm_compute::WeightFormat weight_format() const  in weight_format()  function
 2594     void set_weight_format(arm_compute::WeightFormat weight_format)  in set_weight_format()
 
 |