Home
last modified time | relevance | path

Searched defs:dialect (Results 26 – 50 of 92) sorted by relevance

1234

/aosp_15_r20/external/guice/extensions/persist/lib/
HDhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Ddump_graph.h66 Dialect dialect = Dialect::kTFG; member
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/func_to_graph/
H A Dpass.cc45 auto *dialect = getContext().getLoadedDialect<TFGraphDialect>(); in runOnOperation() local
/aosp_15_r20/external/tensorflow/tensorflow/core/function/testing/
H A Dtest_pass.h44 mlir::tfg::TFGraphDialect* dialect = in runOnOperation() local
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_registry.cc24 TensorFlowOpRegistryInterface::TensorFlowOpRegistryInterface(Dialect *dialect) in TensorFlowOpRegistryInterface()
H A Dtf_op_registry_test.cc39 registry.addExtension(+[](mlir::MLIRContext *ctx, TFGraphDialect *dialect) { in PrepareContext()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/
H A Dtf_mlir_reduce_main.cc71 +[](mlir::MLIRContext *ctx, mlir::TF::TensorFlowDialect *dialect) { in main()
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/format/
H A DBaseFormatJsonValidator.java23 VersionFlag dialect = this.validationContext.getMetaSchema().getSpecification(); in BaseFormatJsonValidator() local
/aosp_15_r20/external/executorch/exir/dialects/
H A D_ops.py79 def __init__(self, dialect, name): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dtfg_optimizer_hook.cc62 registry.addExtension(+[](MLIRContext* ctx, TFGraphDialect* dialect) { in Impl()
/aosp_15_r20/external/tensorflow/tensorflow/tools/tfg_graph_transforms/
H A Dtfg_graph_transforms_main.cc100 +[](mlir::MLIRContext* ctx, mlir::tfg::TFGraphDialect* dialect) { in RegisterDialects()
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/ir/
H A Dtf_dtensor.cc208 void DTensorOpAdderHook(TensorFlowDialect& dialect) { in DTensorOpAdderHook()
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/remapper/
H A Dremapping_helper.h65 : OpCatHelper(dialect), in OpCatHelper() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/graph_to_func/
H A Dgraph_to_func.cc70 auto *dialect = cast<TFGraphDialect>(graph->getDialect()); in GraphToFunc() local
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/region_to_functional/
H A Dimpl.cc106 BasePattern(TFGraphDialect &dialect, SymbolTable &table, in BasePattern()
1041 auto *dialect = patterns.getContext()->getOrLoadDialect<TFGraphDialect>(); in PopulateRegionToFunctionalPatterns() local
/aosp_15_r20/external/python/cpython2/Doc/tools/extensions/
Dsuspicious.py78 class dialect(csv.excel): class
/aosp_15_r20/external/python/cpython3/Doc/tools/extensions/
Dsuspicious.py76 class dialect(csv.excel): class
/aosp_15_r20/external/executorch/exir/serde/
H A Dschema.py388 dialect: str = "" # TODO deprecated variable in ExportedProgram
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/constant_folding/
H A Dpass.cc138 static bool IsControlAnchor(TFOp op, TFGraphDialect const *const dialect) { in IsControlAnchor()
153 OpBuilder &builder, OpResult value, TFGraphDialect const *const dialect) { in GetControlAnchorForSwitchResult()
190 TFGraphDialect *dialect = in GetControlDependency() local
354 OpPropertyHelper(TFGraphDialect *dialect, in OpPropertyHelper()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwsman.h225 PCWSTR dialect; member
230 PCWSTR dialect; member
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/utils/
H A Dshape_inference_utils.cc236 auto* dialect = cast<TFGraphDialect>(op->getDialect()); in InferReturnTypeComponentsForTFOp() local
/aosp_15_r20/external/slf4j/log4j-over-slf4j/compatibility/lib/
HDlogback-core-0.9.8-SNAPSHOT.jar ... ch/qos/logback/core/db/dialect/ ch/qos/logback/core/filter ...
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_saved_model.cc245 ModuleOp module, TensorFlowSavedModelDialect *dialect) { in VerifySavedModelModule()
/aosp_15_r20/external/pytorch/torch/export/
H A Dexported_program.py795 def dialect(self) -> str: member in ExportedProgram
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/
H A Dgraphdef_import.cc86 GraphDefImporter(TFGraphDialect *dialect, const OpRegistry &registry, in GraphDefImporter()

1234