Home
last modified time | relevance | path

Searched defs:Dialect (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/g3doc/
Dtf_dialects.md51 ### Example:
111 ### `tf_executor.graph` Operation
160 ### ‘tf_executor.island’ Operation
219 ### `tf_executor.Switch` Operation
228 ### `tf_executor.SwitchN` Operation
236 ### `tf_executor.Merge` Operation
243 ### NextIteration: `tf_executor.NextIteration.Source` and `tf_executor.NextIteration.Sink` Operation
262 ### `tf_executor.LoopCond` Operation
268 ### `tf_executor.Enter` Operation
274 ### `tf_executor.Exit` Operation
[all …]
/external/tensorflow/tensorflow/core/ir/
DREADME.md389 [^1]: While the semantic model is sequential, this does not prevent an
394 [^2]: One of the first tools built with this was the TF->TFlite converter
397 [^3]: Derived attributes is a concept used in the TensorFlow dialect: since MLIR
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Ddump_graph.h38 enum class Dialect { enum
/external/python/cpython2/Lib/
Dcsv.py26 class Dialect: class
/external/python/cpython3/Lib/
Dcsv.py23 class Dialect: class
/external/llvm/include/llvm/IR/
DInlineAsm.h50 AsmDialect Dialect; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInlineAsm.h45 AsmDialect Dialect; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp450 LLVMInlineAsmDialect Dialect) { in LLVMGetInlineAsm()