Home
last modified time | relevance | path

Searched refs:currId (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc1628 var currId = -1; in WrapDotInHtml()
1632 document.getElementById('display').src = urls[currId]; in WrapDotInHtml()
1636 currId = (currId + delta + urls.length) % urls.length; in WrapDotInHtml()
1638 + (currId + 1) + " / " + urls.length; in WrapDotInHtml()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp4540 int currId = 0; in generateOpPhiCase5() local
4552 currId = iter; in generateOpPhiCase5()
4553 idStack.push(currId); in generateOpPhiCase5()
4554 res << "\tOpSelectionMerge %m" << currId << " None\n"; in generateOpPhiCase5()
4555 res << "\tOpBranchConditional %b" << depth << " %t" << currId << " %f" << currId << "\n"; in generateOpPhiCase5()
4556 res << "%t" << currId << " = OpLabel\n"; in generateOpPhiCase5()
4557 res << "%rt" << currId << " = OpFAdd %f32 " << value.top() << " %f32_1\n"; in generateOpPhiCase5()
4559 tag << "%rt" << currId; in generateOpPhiCase5()
4561 tag << " %t" << currId; in generateOpPhiCase5()
4570 res << "\tOpBranch %m" << currId << "\n"; in generateOpPhiCase5()
[all …]