/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/train/ |
D | data_augmentation.py | 46 new_label = [] 50 new_label.append(label) 55 new_label.append(label) 63 new_label.append(label) 68 new_label.append(label) 73 new_label.append(label) 74 return new_data, new_label
|
/external/gemmlowp/profiling/ |
D | instrumentation.h | 133 void UpdateTop(const char* new_label) { in UpdateTop() 136 labels[size - 1] = new_label; in UpdateTop() 218 void Update(const char* new_label) { profiling_stack_->UpdateTop(new_label); } in Update() argument
|
/external/llvm-project/compiler-rt/test/dfsan/ |
D | basic.c | 14 dfsan_label new_label = dfsan_get_label(i); in main() local 15 assert(i_label == new_label); in main()
|
/external/compiler-rt/test/dfsan/ |
D | basic.c | 14 dfsan_label new_label = dfsan_get_label(i); in main() local 15 assert(i_label == new_label); in main()
|
/external/autotest/server/hosts/ |
D | cros_label.py | 325 new_label = name if not value else '%s:%s' % (name, value) 326 res.append(new_label) 331 new_label = str(hwid_info) 332 logging.info('processing hwid label: %s', new_label) 333 res.append(new_label)
|
/external/tensorflow/tensorflow/python/keras/preprocessing/ |
D | sequence_test.py | 103 new_seq, new_label = preprocessing_sequence._remove_long_seq( 106 self.assertEqual(new_label, ['a', 'b'])
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | loop_utils.cpp | 496 std::unique_ptr<Instruction> new_label{new Instruction( in CloneAndAttachLoopToHeader() local 498 std::unique_ptr<BasicBlock> new_exit_bb{new BasicBlock(std::move(new_label))}; in CloneAndAttachLoopToHeader()
|
D | loop_unroller.cpp | 384 std::unique_ptr<Instruction> new_label{new Instruction( in PartiallyUnrollResidualFactor() local 386 std::unique_ptr<BasicBlock> new_exit_bb{new BasicBlock(std::move(new_label))}; in PartiallyUnrollResidualFactor()
|
/external/autotest/site_utils/ |
D | test_runner_utils.py | 506 new_label = afe.create_label(label) 507 labels_to_add_to_afe_host.append(new_label.name)
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_utils.cpp | 496 std::unique_ptr<Instruction> new_label{new Instruction( in CloneAndAttachLoopToHeader() local 498 std::unique_ptr<BasicBlock> new_exit_bb{new BasicBlock(std::move(new_label))}; in CloneAndAttachLoopToHeader()
|
D | loop_unroller.cpp | 384 std::unique_ptr<Instruction> new_label{new Instruction( in PartiallyUnrollResidualFactor() local 386 std::unique_ptr<BasicBlock> new_exit_bb{new BasicBlock(std::move(new_label))}; in PartiallyUnrollResidualFactor()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_utils.cpp | 496 std::unique_ptr<Instruction> new_label{new Instruction( in CloneAndAttachLoopToHeader() local 498 std::unique_ptr<BasicBlock> new_exit_bb{new BasicBlock(std::move(new_label))}; in CloneAndAttachLoopToHeader()
|
D | loop_unroller.cpp | 384 std::unique_ptr<Instruction> new_label{new Instruction( in PartiallyUnrollResidualFactor() local 386 std::unique_ptr<BasicBlock> new_exit_bb{new BasicBlock(std::move(new_label))}; in PartiallyUnrollResidualFactor()
|
/external/autotest/frontend/afe/ |
D | rpc_utils.py | 547 new_label = models.Label.objects.create(name=name) 548 new_label.save()
|
/external/e2fsprogs/misc/ |
D | tune2fs.c | 77 char *new_label, *new_last_mounted, *new_UUID; variable 1712 new_label = argv[2]; in parse_e2label_options() 1872 new_label = optarg; in parse_tune2fs_options() 3184 if (strlen(new_label) > sizeof(sb->s_volume_name)) in main() 3188 strncpy(sb->s_volume_name, new_label, in main()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_optimizer.cpp | 142 void add_label(Label new_label) in add_label() 147 if (new_label & instr_usedef_labels) in add_label() 150 if (new_label & instr_mod_labels) { in add_label() 155 if (new_label & temp_labels) { in add_label() 161 if (new_label & const_labels) { in add_label() 164 } else if (new_label & val_labels) { in add_label() 169 label |= new_label; in add_label()
|
/external/mtools/ |
D | mtools.texi | 2064 @code{mlabel} [@code{-vcsn}] [@code{-N} @var{serial}] @var{drive}:[@var{new_label}] 2068 @var{new_label} is not given, and if neither the @code{c} nor the
|