Home
last modified time | relevance | path

Searched refs:r_index (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_buffer_1x1.cc47 std::string r_index = in GetComputationPart() local
56 c += " r" + r_index + " += " + f0 + " * s" + s_index + ".s" + in GetComputationPart()
58 c += " r" + r_index + " += " + f1 + " * s" + s_index + ".s" + in GetComputationPart()
60 c += " r" + r_index + " += " + f2 + " * s" + s_index + ".s" + in GetComputationPart()
62 c += " r" + r_index + " += " + f3 + " * s" + s_index + ".s" + in GetComputationPart()
66 c += " r" + r_index + " += convert_float4(" + f0 + " * s" + in GetComputationPart()
/external/llvm/test/CodeGen/AMDGPU/
Dvector-alloca.ll37 define void @vector_write(i32 addrspace(1)* %out, i32 %w_index, i32 %r_index) {
50 %2 = getelementptr [4 x i32], [4 x i32]* %0, i32 0, i32 %r_index
60 define void @bitcast_gep(i32 addrspace(1)* %out, i32 %w_index, i32 %r_index) {
/external/autotest/client/cros/update_engine/
Dupdate_engine_util.py369 before_log = self._get_update_engine_log(r_index=1)
372 after_log = self._get_update_engine_log(r_index=0)
500 def _get_update_engine_log(self, r_index=0, timeout=3600, argument
514 log_file = os.path.join(self._UPDATE_ENGINE_LOG_DIR, files[r_index])
/external/tensorflow/tensorflow/core/debug/
Ddebug_graph_utils.cc365 const size_t r_index = debug_op_name.find(')'); in ParseDebugOpName() local
366 if (l_index == string::npos && r_index == string::npos) { in ParseDebugOpName()
370 r_index != debug_op_name.size() - 1) { in ParseDebugOpName()
376 string arguments = debug_op_name.substr(l_index + 1, r_index - l_index - 1); in ParseDebugOpName()
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dvector-alloca.ll38 ; OPT: %1 = extractelement <4 x i32> %0, i32 %r_index
48 define amdgpu_kernel void @vector_write(i32 addrspace(1)* %out, i32 %w_index, i32 %r_index) {
61 %tmp2 = getelementptr [4 x i32], [4 x i32] addrspace(5)* %tmp, i32 0, i32 %r_index
75 define amdgpu_kernel void @bitcast_gep(i32 addrspace(1)* %out, i32 %w_index, i32 %r_index) {
Dvector-alloca-bitcast.ll46 ; OPT-NEXT: %1 = extractelement <4 x i32> %0, i32 %r_index
57 …dgpu_kernel void @vector_write_alloca_bitcast(i32 addrspace(1)* %out, i32 %w_index, i32 %r_index) {
70 %tmp2 = getelementptr [4 x i32], [4 x i32] addrspace(5)* %tmp, i32 0, i32 %r_index
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_cluster_formation.cc331 int64_t r_index = llvm::cast<TF::TPUReplicatedInputOp>(r).index(); in SortTPUReplicatedInputsByIndex() local
332 if (l_index == -1 && r_index != -1) return false; in SortTPUReplicatedInputsByIndex()
333 if (r_index == -1 && l_index != -1) return true; in SortTPUReplicatedInputsByIndex()
334 return l_index < r_index; in SortTPUReplicatedInputsByIndex()
/external/OpenCL-CTS/test_common/miniz/
Dminiz.c2346 …ay *pCentral_dir_array, const mz_zip_array *pCentral_dir_offsets, mz_uint l_index, mz_uint r_index) in mz_zip_reader_filename_less() argument
2349 …MENT(pCentral_dir_array, mz_uint8, MZ_ZIP_ARRAY_ELEMENT(pCentral_dir_offsets, mz_uint32, r_index)); in mz_zip_reader_filename_less()