Home
last modified time | relevance | path

Searched defs:FunctionTable (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/ir/
Dops.h46 struct FunctionTable { struct
50 bool empty() const { return functions.empty(); } in empty()
Dops.cc1434 FunctionTable::FunctionTable(ModuleOp module) { in FunctionTable() function in mlir::tfg::FunctionTable
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DFunctionTable.java31 public class FunctionTable class
304 public FunctionTable(){ in FunctionTable() method in FunctionTable
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.cc95 class FunctionTable { class
97 explicit FunctionTable(StringTable* string_table) in FunctionTable() function in tensorflow::tfprof::__anonaf377e600111::FunctionTable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.cpp402 MCSymbolWasm *FunctionTable = in emitEndOfAsmFile() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp577 std::unique_ptr<WebAssemblyOperand> FunctionTable; in ParseInstruction() local
/external/pytorch/torch/csrc/jit/frontend/
Dir_emitter.cpp64 using FunctionTable = std::unordered_map<std::string, Function&>; typedef