Searched refs:_fused_assembly_path (Results 1 – 2 of 2) sorted by relevance
97 _fused_assembly_path(false), in CpuGemmLowpMatrixMultiplyCore()125 _fused_assembly_path = false; in configure()181 _fused_assembly_path = _asm_glue->is_configured(); in configure()217 if(!_fused_assembly_path) in configure()296 …_aux_mem[VectorSumCol] = MemoryInfo(offset_int_vec(VectorSumCol), !_fused_assembly_path && _a_offs… in configure()599 if(!_fused_assembly_path) in run()648 if(!_fused_assembly_path && _fuse_output_stage && _flip_signedness) in run()695 if(!_fused_assembly_path && _a_offset != 0 && _reshape_b_only_on_first_run) in prepare()
163 bool _fused_assembly_path; variable