Searched defs:postfixes (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
H A D | conv_constants.cc | 64 const std::string postfixes[] = {".x", ".y", ".z", ".w"}; in GenerateConv() local 121 const std::string postfixes[] = {".x", ".xy", ".xyz", ""}; in GenerateConvolutionConstantCode() local
|
H A D | strided_slice.cc | 139 const std::string postfixes[] = {"x", "y", "z", "w"}; in GetStridedSliceCode() local
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
H A D | Initialize.h | 105 const char* postfixes[5]; variable
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Initialize.h | 105 const char* postfixes[5]; variable
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
H A D | cl_arguments.cc | 234 const std::string postfixes[4] = {"x", "y", "z", "w"}; in RenameArgumentsInCode() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/ |
H A D | depthwise_conv_plus_1x1_conv.cc | 437 const std::string postfixes[] = {".x", ".xy", ".xyz", ""}; in AddDepthwiseConvNode() local
|