Searched refs:accumulatorType (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
D | compute_task.cc | 103 NSString* accumulatorType; in CompileProgram() local 107 accumulatorType = @"float"; in CompileProgram() 112 accumulatorType = @"float"; in CompileProgram() 115 accumulatorType = @"half"; in CompileProgram() 129 @"ACCUM_FLT" : accumulatorType, in CompileProgram() 130 @"ACCUM_FLT2" : [NSString stringWithFormat:@"%@2", accumulatorType], in CompileProgram() 131 @"ACCUM_FLT3" : [NSString stringWithFormat:@"%@3", accumulatorType], in CompileProgram() 132 @"ACCUM_FLT4" : [NSString stringWithFormat:@"%@4", accumulatorType], in CompileProgram() 134 [NSString stringWithFormat:@"%@4(value)", accumulatorType], in CompileProgram() 136 @"TO_ACCUM_FLT" : accumulatorType, in CompileProgram()
|