Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.h68 enum AssociatedFunctionType { enum
97 AssociatedFunctionType type() const { return type_; } in type()
106 AssociatedFunctionInfo(AssociatedFunctionType type, const string& func_name, in AssociatedFunctionInfo()
114 AssociatedFunctionType type_;
Dfunctionalize_control_flow.cc161 AssociatedFunctionInfo::AssociatedFunctionType::kSymbolicGradient) { in FunctionalizeControlFlowForFunction()