/external/tensorflow/tensorflow/compiler/mlir/lite/ |
D | converter_gen.cc | 90 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() 265 const std::vector<Record *> &defs, in EmitOperandNumbers() 310 static void EmitBuildOperator(const std::vector<Record *> &defs, in EmitBuildOperator() 346 const std::vector<Record *> &defs, in EmitBuiltinOptionsToAttributes() 401 std::vector<Record *> defs = records.getAllDerivedDefinitions("TFL_Op"); in OperatorWritersMain() local 482 std::vector<Record *> defs = records.getAllDerivedDefinitions("Op"); in RuntimeVerifierWriterMain() local
|
/external/python/cpython3/Tools/scripts/ |
D | parseentities.py | 34 def writefile(f,defs): argument 58 defs = parse(text) variable
|
D | ifdef.py | 32 defs = [] variable
|
/external/python/cpython2/Tools/scripts/ |
D | parseentities.py | 35 def writefile(f,defs): argument 63 defs = parse(text) variable
|
D | ifdef.py | 32 defs = [] variable
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_def_use.cpp | 38 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/ |
D | etnaviv_compiler_nir_liveness.c | 47 struct live_def *defs; member 121 etna_live_defs(nir_function_impl *impl, struct live_def *defs, unsigned *live_map) in etna_live_defs()
|
D | etnaviv_compiler_nir_ra.c | 137 struct live_def *defs = rzalloc_array(NULL, struct live_def, max_nodes); in etna_ra_assign() local
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | inst_debug_printf_test.cpp | 54 const std::string defs = in TEST_F() local
|
D | inst_buff_addr_check_test.cpp | 637 const std::string defs = in TEST_F() local
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/ |
D | inst_debug_printf_test.cpp | 54 const std::string defs = in TEST_F() local
|
D | inst_buff_addr_check_test.cpp | 637 const std::string defs = in TEST_F() local
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | inst_debug_printf_test.cpp | 54 const std::string defs = in TEST_F() local
|
D | inst_buff_addr_check_test.cpp | 637 const std::string defs = in TEST_F() local
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | api2.cc | 289 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/tensorflow/tensorflow/compiler/mlir/lite/quantization/tools/ |
D | op_quant_spec_getters_gen.cc | 47 std::vector<Record *> defs = records.getAllDerivedDefinitions("Op"); in OpQuantSpecWriter() local
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | api.cc | 233 auto defs = MakeOuterInnerDefs(def); in IsSupported() local 284 auto defs = MakeOuterInnerDefs(def()); in Init() local 565 const std::vector<TensorTieDef>& defs, TensorTieFactory* factory, in LinkTensors() 578 std::vector<TensorObjectDef> defs; in GetExternalDefinitions() local 822 std::vector<TensorObjectDef> defs; in GetExternalDefinitions() local
|
/external/ltp/testcases/network/stress/ns-tools/ |
D | ns-traffic.h | 146 struct nd_neighbor_solicit defs; member 152 struct nd_neighbor_advert defs; member 158 struct nd_redirect defs; member
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_validate.c | 39 struct set *defs; member
|
/external/perfetto/ui/src/controller/aggregation/ |
D | aggregation_controller.ts | 118 const defs = this.getColumnDefinitions(); constant
|
/external/javassist/src/main/javassist/util/ |
D | HotSwapAgent.java | 125 ClassDefinition[] defs = new ClassDefinition[oldClasses.length]; in redefine() local
|
/external/libvpx/libvpx/ |
D | args.c | 92 void arg_show_usage(FILE *fp, const struct arg_def *const *defs) { in arg_show_usage()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSpecConstantTests.cpp | 787 CaseDefinition defs[] = in createDefaultValueTests() local 985 CaseDefinition defs[] = in createBasicSpecializationTests() local 1516 const CaseDefinition defs[] = in createWorkGroupSizeTests() local 1613 const CaseDefinition defs[] = in createBuiltInOverrideTests() local 1650 const CaseDefinition defs[] = in createExpressionTests() local
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_regs_to_ssa.c | 229 BITSET_WORD *defs = ralloc_array(dead_ctx, BITSET_WORD, block_set_words); in nir_lower_regs_to_ssa_impl() local
|
/external/libxkbcommon/src/xkbcomp/ |
D | ast-build.c | 535 XkbFileCreate(enum xkb_file_type type, char *name, ParseCommon *defs, in XkbFileCreate() 564 ParseCommon *defs = NULL, *defsLast = NULL; in XkbFileFromComponents() local
|