/external/python/cpython3/Doc/using/ |
D | configure.rst | 1061 make 1089 make platform 1098 make profile-opt 1108 make clean 1114 make distclean 1122 make install 1128 make test 1139 make buildbottest 1146 make regen-all
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_eager_v1.py | 32 def _eager_loss_fn(outputs, targets, loss_fn, output_name): argument 38 def _eager_metrics_fn(model, outputs, targets, sample_weights=None, masks=None): argument 83 targets, argument 222 targets, argument 285 targets, argument 326 targets, argument
|
/external/libwebm/webm_parser/tests/ |
D | targets_parser_test.cc | 28 const Targets targets = parser_.value(); in TEST_F() local 53 const Targets targets = parser_.value(); in TEST_F() local 87 const Targets targets = parser_.value(); in TEST_F() local
|
/external/pcre/ |
D | CMakeLists.txt | 684 set(targets) variable 702 SET(targets ${targets} pcre2-8-static) variable 712 set(targets ${targets} pcre2-posix-static) variable 739 set(targets ${targets} pcre2-8-shared) variable 753 SET(targets ${targets} pcre2-posix-shared) variable 792 set(targets ${targets} pcre2-16-static) variable 817 set(targets ${targets} pcre2-16-shared) variable 854 set(targets ${targets} pcre2-32-static) variable 879 set(targets ${targets} pcre2-32-shared) variable 946 set(targets ${targets} pcre2grep) variable [all …]
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_images_1D.cpp | 54 GLenum targets[] = { GL_TEXTURE_1D }; in test_images_read_1D() local 68 GLenum targets[] = { GL_TEXTURE_1D }; in test_images_write_1D() local 85 GLenum targets[] = { GL_TEXTURE_1D }; in test_images_1D_getinfo() local 102 GLenum targets[] = { GL_TEXTURE_BUFFER }; in test_images_read_texturebuffer() local 116 GLenum targets[] = { GL_TEXTURE_BUFFER }; in test_images_write_texturebuffer() local 133 GLenum targets[] = { GL_TEXTURE_BUFFER }; in test_images_texturebuffer_getinfo() local
|
D | test_images_2D.cpp | 74 GLenum targets[] = { GL_TEXTURE_2D, GL_TEXTURE_RECTANGLE_EXT }; in test_images_read_2D() local 90 GLenum targets[] = { in test_images_read_cube() local 115 GLenum targets[] = { GL_TEXTURE_2D, GL_TEXTURE_RECTANGLE_EXT }; in test_images_write() local 132 GLenum targets[] = { in test_images_write_cube() local 153 GLenum targets[] = { GL_TEXTURE_2D, GL_TEXTURE_RECTANGLE_EXT }; in test_images_2D_getinfo() local 170 GLenum targets[] = { in test_images_cube_getinfo() local
|
D | test_images_depth.cpp | 88 GLenum targets[] = { GL_TEXTURE_2D, GL_TEXTURE_RECTANGLE_EXT }; in test_images_read_2D_depth() local 115 GLenum targets[] = { GL_TEXTURE_2D, GL_TEXTURE_RECTANGLE_EXT }; in test_images_write_2D_depth() local 138 GLenum targets[] = { GL_TEXTURE_2D_ARRAY }; in test_images_read_2Darray_depth() local 161 GLenum targets[] = { GL_TEXTURE_2D_ARRAY }; in test_images_write_2Darray_depth() local
|
D | test_images_3D.cpp | 55 GLenum targets[] = { GL_TEXTURE_3D }; in test_images_read_3D() local 84 GLenum targets[] = { GL_TEXTURE_3D }; in test_images_write_3D() local 103 GLenum targets[] = { GL_TEXTURE_3D }; in test_images_3D_getinfo() local
|
D | test_images_1Darray.cpp | 53 GLenum targets[] = { GL_TEXTURE_1D_ARRAY }; in test_images_read_1Darray() local 67 GLenum targets[] = { GL_TEXTURE_1D_ARRAY }; in test_images_write_1Darray() local 84 GLenum targets[] = { GL_TEXTURE_1D_ARRAY }; in test_images_1Darray_getinfo() local
|
D | test_images_2Darray.cpp | 55 GLenum targets[] = { GL_TEXTURE_2D_ARRAY }; in test_images_read_2Darray() local 71 GLenum targets[] = { GL_TEXTURE_2D_ARRAY }; in test_images_write_2Darray() local 88 GLenum targets[] = { GL_TEXTURE_2D_ARRAY }; in test_images_2Darray_getinfo() local
|
/external/pytorch/aten/src/ATen/native/cudnn/ |
D | LossCTC.cpp | 31 const Tensor& targets, in _use_cudnn_ctc_loss() 40 const Tensor& targets, in _use_cudnn_ctc_loss_tensor() 49 const Tensor& targets, in _cudnn_ctc_loss() 60 const Tensor& targets, in _cudnn_ctc_loss_tensor() 91 const Tensor& targets, in _use_cudnn_ctc_loss() 122 const Tensor& targets, in _use_cudnn_ctc_loss_tensor() 175 const TensorArg targets{targets_t, "targets", 2}; in _cudnn_ctc_loss() local 263 const TensorArg targets{targets_t_, "targets", 2}; in _cudnn_ctc_loss_tensor() local
|
/external/pigweed/docs/ |
D | python_build.rst | 771 Testing 778 Static analysis 806 Building Python wheels 822 Protocol buffers 831 Generating setup.cfg
|
/external/zucchini/ |
D | target_pool.cc | 19 TargetPool::TargetPool(std::deque<offset_t>&& targets) { in TargetPool() 29 void TargetPool::InsertTargets(const std::vector<offset_t>& targets) { in InsertTargets() 34 void TargetPool::InsertTargets(TargetSource* targets) { in InsertTargets()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/ |
D | LanguageTestFmwk.java | 241 String[] targets = data.getFullPluralizedFormTargets(); in testFullPluralizedForms() local 262 xAssertEquals(u.toString() + c, targets, n++, string); in testFullPluralizedForms() local 270 String[] targets = data.getMediumFormTargets(); in testMediumForms() local 285 xAssertEquals(u.toString(), targets, n++, string); in testMediumForms() local 292 String[] targets = data.getShortFormTargets(); in testShortForms() local 307 xAssertEquals(u.toString(), targets, n++, string); in testShortForms() local 314 String[] targets = data.getCustomMinuteTargets(); in testCustomMinutes() local 337 String[] targets = data.getLimitedUnitTargets(); in testLimitedUnits() local 429 String[] targets = data.getHalfUnitTargets(); in testHalfUnits() local 451 xAssertEquals(u.toString(), targets, n++, string); in testHalfUnits() local [all …]
|
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/duration/ |
D | LanguageTestFmwk.java | 240 String[] targets = data.getFullPluralizedFormTargets(); in testFullPluralizedForms() local 261 xAssertEquals(u.toString() + c, targets, n++, string); in testFullPluralizedForms() local 269 String[] targets = data.getMediumFormTargets(); in testMediumForms() local 284 xAssertEquals(u.toString(), targets, n++, string); in testMediumForms() local 291 String[] targets = data.getShortFormTargets(); in testShortForms() local 306 xAssertEquals(u.toString(), targets, n++, string); in testShortForms() local 313 String[] targets = data.getCustomMinuteTargets(); in testCustomMinutes() local 336 String[] targets = data.getLimitedUnitTargets(); in testLimitedUnits() local 428 String[] targets = data.getHalfUnitTargets(); in testHalfUnits() local 450 xAssertEquals(u.toString(), targets, n++, string); in testHalfUnits() local [all …]
|
/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/ |
D | WeightedTargetLoadBalancerTest.java | 189 Map<String, WeightedPolicySelection> targets = ImmutableMap.of( in handleResolvedAddresses() local 277 Map<String, WeightedPolicySelection> targets = ImmutableMap.of( in handleNameResolutionError() local 304 Map<String, WeightedPolicySelection> targets = ImmutableMap.of( in balancingStateUpdatedFromChildBalancers() local 391 Map<String, WeightedPolicySelection> targets = ImmutableMap.of( in raceBetweenShutdownAndChildLbBalancingStateUpdate() local 415 Map<String, WeightedPolicySelection> targets = ImmutableMap.of( in noDuplicateOverallBalancingStateUpdate() local
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/docs/ |
D | experimental.md | 10 ### web-animations-next.min.js 15 ### web-animations-next-lite.min.js
|
/external/ComputeLibrary/src/runtime/CPP/functions/ |
D | CPPTopKV.cpp | 32 void CPPTopKV::configure(const ITensor *predictions, const ITensor *targets, ITensor *output, const… in configure() 41 Status CPPTopKV::validate(const ITensorInfo *predictions, const ITensorInfo *targets, ITensorInfo *… in validate()
|
/external/ComputeLibrary/src/core/CPP/kernels/ |
D | CPPTopKVKernel.cpp | 52 Status validate_arguments(const ITensorInfo *predictions, const ITensorInfo *targets, ITensorInfo *… in validate_arguments() 99 void CPPTopKVKernel::configure(const ITensor *predictions, const ITensor *targets, ITensor *output,… in configure() 118 Status CPPTopKVKernel::validate(const ITensorInfo *predictions, const ITensorInfo *targets, ITensor… in validate()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | SWITCH.java | 30 private InstructionHandle[] targets; field in SWITCH 50 …public SWITCH(final int[] match, final InstructionHandle[] targets, final InstructionHandle target… in SWITCH() 67 …public SWITCH(final int[] match, final InstructionHandle[] targets, final InstructionHandle target… in SWITCH()
|
/external/ComputeLibrary/tests/validation/CPP/ |
D | TopKV.cpp | 89 Tensor targets = create_tensor<Tensor>(TensorShape(20), DataType::U32); in TEST_CASE() local 142 Tensor targets = create_tensor<Tensor>(TensorShape(20), DataType::U32); in TEST_CASE() local 195 Tensor targets = create_tensor<Tensor>(TensorShape(20), DataType::U32); in TEST_CASE() local
|
/external/pytorch/functorch/notebooks/_src/ |
D | plot_per_sample_gradients.py | 44 def loss_fn(predictions, targets): argument 54 targets = torch.randint(10, (64,), device=device) variable 75 def compute_sample_grads(data, targets): argument
|
/external/webrtc/android_tools/ |
D | generate_bp.py | 268 def TransitiveDependencies(name, dep_type, targets): argument 298 def GenerateStaticLib(target, targets): argument 350 def DFS(seed, targets): argument 532 def HandleDisabledArchs(targets): argument 617 targets = MergeAll(targets_by_arch) variable
|
/external/pytorch/aten/src/ATen/native/ |
D | LossCTC.cpp | 56 …ctor<int64_t>> ctc_loss_allocate_outputs(const Tensor& log_probs, const Tensor& targets, IntArrayR… in ctc_loss_allocate_outputs() 129 std::tuple<Tensor, Tensor> ctc_loss_cpu_template(const Tensor& log_probs, const Tensor& targets, In… in ctc_loss_cpu_template() 233 …ard_cpu_template(const Tensor& grad_out, const Tensor& log_probs, const Tensor& targets, IntArrayR… in ctc_loss_backward_cpu_template() 407 std::tuple<Tensor, Tensor> ctc_loss_meta(const Tensor& log_probs, const Tensor& targets, IntArrayRe… in ctc_loss_meta() 423 std::tuple<Tensor, Tensor> ctc_loss_cpu(const Tensor& log_probs, const Tensor& targets, IntArrayRef… in ctc_loss_cpu() 435 std::tuple<Tensor, Tensor> ctc_loss_tensor(const Tensor& log_probs, const Tensor& targets, const Te… in ctc_loss_tensor() 447 Tensor ctc_loss_backward_cpu(const Tensor& grad, const Tensor& log_probs, const Tensor& targets, In… in ctc_loss_backward_cpu() 461 const Tensor& targets, in ctc_loss_backward_tensor() 498 Tensor ctc_loss_impl(const Tensor& log_probs_, const Tensor& targets, LengthsType input_lengths, Le… in ctc_loss_impl() 536 Tensor ctc_loss(const Tensor& log_probs_, const Tensor& targets, IntArrayRef input_lengths, IntArra… in ctc_loss() [all …]
|
/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/ |
D | WeightedTargetLoadBalancerProvider.java | 83 Map<String, ?> targets = JsonUtil.getObject(rawConfig, "targets"); in parseLoadBalancingPolicyConfig() local 164 final Map<String, WeightedPolicySelection> targets; field in WeightedTargetLoadBalancerProvider.WeightedTargetConfig 166 WeightedTargetConfig(Map<String, WeightedPolicySelection> targets) { in WeightedTargetConfig()
|