Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddfs_hlo_visitor_with_default.h369 class FunctionVisitorBase
372 explicit FunctionVisitorBase( in FunctionVisitorBase() function
381 FunctionVisitorBase(const FunctionVisitorBase&) = delete;
382 FunctionVisitorBase& operator=(const FunctionVisitorBase&) = delete;
387 using FunctionVisitor = FunctionVisitorBase<HloInstruction*>;
388 using ConstFunctionVisitor = FunctionVisitorBase<const HloInstruction*>;