Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis_test.cc129 InductionVarInfo CreateInductionVariable(const Scope& root, in CreateInductionVariable() function
160 InductionVarInfo CreateInductionVariable(const Scope& root, in CreateInductionVariable() function
163 return CreateInductionVariable( in CreateInductionVariable()
569 Output iv0 = CreateInductionVariable(root, "iv0", "fr0", 0).induction_var; in TEST()
570 Output iv1 = CreateInductionVariable(root, "iv1", "fr0", 0).induction_var; in TEST()
571 Output iv2 = CreateInductionVariable(root, "iv2", "fr0", 1).induction_var; in TEST()
618 InductionVarInfo iv = CreateInductionVariable(root, "iv0", "loop", 0); in TEST()
672 InductionVarInfo iv = CreateInductionVariable(root, "iv0", "frame", 0); in TEST()
703 CreateInductionVariable(root, "iv_outer", "outer_loop", 0); in TEST()
710 InductionVarInfo iv_inner = CreateInductionVariable( in TEST()
[all …]