Home
last modified time | relevance | path

Searched defs:defs (Results 1 – 25 of 87) sorted by relevance

1234

/external/tensorflow/tensorflow/compiler/mlir/lite/
Dconverter_gen.cc90 const std::vector<Record *> &defs, in EmitOptionBuilders()
170 static void EmitOperatorBuilders(const std::vector<Record *> &defs, in EmitOperatorBuilders()
235 static void EmitGetBuiltinOpCode(const std::vector<Record *> &defs, in EmitGetBuiltinOpCode()
271 const std::vector<Record *> &defs, in EmitOperandNumbers()
316 static void EmitBuildOperator(const std::vector<Record *> &defs, in EmitBuildOperator()
352 const std::vector<Record *> &defs, in EmitBuiltinOptionsToAttributes()
407 std::vector<Record *> defs = records.getAllDerivedDefinitions("TFL_Op"); in OperatorWritersMain() local
488 std::vector<Record *> defs = records.getAllDerivedDefinitions("Op"); in RuntimeVerifierWriterMain() local
/external/python/cpython3/Tools/scripts/
Dparseentities.py34 def writefile(f,defs): argument
58 defs = parse(text) variable
Difdef.py32 defs = [] variable
/external/python/cpython2/Tools/scripts/
Dparseentities.py35 def writefile(f,defs): argument
63 defs = parse(text) variable
Difdef.py32 defs = [] variable
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_def_use.cpp38 void def_use::process_phi(container_node *c, bool defs, bool uses) { in process_phi()
49 void def_use::run_on(node* n, bool defs) { in run_on()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_liveness.c47 struct live_def *defs; member
121 etna_live_defs(nir_function_impl *impl, struct live_def *defs, unsigned *live_map) in etna_live_defs()
Detnaviv_compiler_nir_ra.c137 struct live_def *defs = rzalloc_array(NULL, struct live_def, max_nodes); in etna_ra_assign() local
/external/deqp-deps/SPIRV-Tools/test/opt/
Dinst_debug_printf_test.cpp54 const std::string defs = in TEST_F() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dinst_debug_printf_test.cpp54 const std::string defs = in TEST_F() local
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinst_debug_printf_test.cpp54 const std::string defs = in TEST_F() local
/external/llvm-project/mlir/tools/mlir-tblgen/
DSPIRVUtilsGen.cpp182 auto defs = recordKeeper.getAllDerivedDefinitions("Availability"); in emitInterfaceDefs() local
261 auto defs = recordKeeper.getAllDerivedDefinitions("Availability"); in emitInterfaceDecls() local
424 auto defs = recordKeeper.getAllDerivedDefinitions("EnumAttrInfo"); in emitEnumDecls() local
455 auto defs = recordKeeper.getAllDerivedDefinitions("EnumAttrInfo"); in emitEnumDefs() local
1038 auto defs = recordKeeper.getAllDerivedDefinitions("SPV_ExtInstOp"); in emitExtendedSetDeserializationDispatch() local
1096 auto defs = recordKeeper.getAllDerivedDefinitions("SPV_Op"); in emitSerializationFns() local
1161 auto defs = recordKeeper.getAllDerivedDefinitions("EnumAttrInfo"); in emitOpUtils() local
1304 auto defs = recordKeeper.getAllDerivedDefinitions("SPV_Op"); in emitAvailabilityImpl() local
DOpInterfacesGen.cpp62 std::vector<llvm::Record *> defs = in getAllOpInterfaceDefinitions() local
80 InterfaceGenerator(std::vector<llvm::Record *> &&defs, raw_ostream &os) in InterfaceGenerator()
91 std::vector<llvm::Record *> defs; member in __anon79b04f030311::InterfaceGenerator
DStructsGen.cpp102 auto defs = recordKeeper.getAllDerivedDefinitions("StructAttr"); in emitStructDecls() local
288 auto defs = recordKeeper.getAllDerivedDefinitions("StructAttr"); in emitStructDefs() local
DDialectGen.cpp193 auto defs = recordKeeper.getAllDerivedDefinitions("Dialect"); in emitDialectDecls() local
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/tools/
Dop_quant_spec_getters_gen.cc47 std::vector<Record *> defs = records.getAllDerivedDefinitions("Op"); in OpQuantSpecWriter() local
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dapi2.cc289 auto defs = MakeOuterInnerDefs(def); in IsSupported() local
352 auto defs = MakeOuterInnerDefs(def()); in Init() local
464 absl::Status LinkTensors(const std::vector<TensorTieDef>& defs, in LinkTensors()
479 std::vector<TensorObjectDef> defs; in GetExternalDefinitions() local
642 std::vector<TensorObjectDef> defs; in GetExternalDefinitions() local
/external/skqp/tools/skqp/
Dgn_to_bp.py173 defs = gn_to_bp_utils.GetArchSources(os.path.join(skia_gn_dir, 'opts.gni')) variable
/external/skia/tools/skqp/
Dgn_to_bp.py171 defs = gn_to_bp_utils.GetArchSources(os.path.join(skia_gn_dir, 'opts.gni')) variable
/external/mesa3d/src/freedreno/ir3/
Dir3_validate.c39 struct set *defs; member
/external/llvm-project/flang/lib/Parser/
Duser-state.cpp80 std::optional<DataComponentDefStmt> defs{stmt.Parse(state)}; in Parse() local
/external/ltp/testcases/network/stress/ns-tools/
Dns-traffic.h146 struct nd_neighbor_solicit defs; member
152 struct nd_neighbor_advert defs; member
158 struct nd_redirect defs; member
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dapi.cc232 auto defs = MakeOuterInnerDefs(def); in IsSupported() local
283 auto defs = MakeOuterInnerDefs(def()); in Init() local
554 const std::vector<TensorTieDef>& defs, TensorTieFactory* factory, in LinkTensors()
567 std::vector<TensorObjectDef> defs; in GetExternalDefinitions() local
814 std::vector<TensorObjectDef> defs; in GetExternalDefinitions() local
/external/perfetto/ui/src/controller/aggregation/
Daggregation_controller.ts111 const defs = this.getColumnDefinitions(); constant
/external/javassist/src/main/javassist/util/
DHotSwapAgent.java125 ClassDefinition[] defs = new ClassDefinition[oldClasses.length]; in redefine() local

1234