Home
last modified time | relevance | path

Searched defs:CondState (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.h92 using CondState = std::map<OutputTensor, BranchType, OutputTensorLess>; variable
/external/tensorflow/tensorflow/python/autograph/pyct/
Dtransformer_test.py107 class CondState(object): class