Home
last modified time | relevance | path

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

12345678910

/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_eager.py36 def _eager_loss_fn(outputs, targets, loss_fn, output_name): argument
42 def _eager_metrics_fn(model, outputs, targets, sample_weights=None, masks=None): argument
87 targets, argument
224 targets, argument
287 targets, argument
328 targets, argument
/external/grpc-grpc/tools/run_tests/
Dtask_runner.py79 targets = [] variable
84 targets = [t for t in targets if all(f in t.labels for f in args.filter)] variable
85 targets = sorted(set(targets)) variable
/external/OpenCL-CTS/test_conformance/gl/
Dtest_images_1D.cpp53 GLenum targets[] = { GL_TEXTURE_1D }; in test_images_read_1D() local
67 GLenum targets[] = { GL_TEXTURE_1D }; in test_images_write_1D() local
84 GLenum targets[] = { GL_TEXTURE_1D }; in test_images_1D_getinfo() local
100 GLenum targets[] = { GL_TEXTURE_BUFFER }; in test_images_read_texturebuffer() local
114 GLenum targets[] = { GL_TEXTURE_BUFFER }; in test_images_write_texturebuffer() local
131 GLenum targets[] = { GL_TEXTURE_BUFFER }; in test_images_texturebuffer_getinfo() local
Dtest_images_2D.cpp71 GLenum targets[] = { GL_TEXTURE_2D, GL_TEXTURE_RECTANGLE_EXT }; in test_images_read_2D() local
87 GLenum targets[] = { in test_images_read_cube() local
114 GLenum targets[] = { GL_TEXTURE_2D, GL_TEXTURE_RECTANGLE_EXT }; in test_images_write() local
131 GLenum targets[] = { in test_images_write_cube() local
155 GLenum targets[] = { GL_TEXTURE_2D, GL_TEXTURE_RECTANGLE_EXT }; in test_images_2D_getinfo() local
171 GLenum targets[] = { in test_images_cube_getinfo() local
Dtest_images_depth.cpp82 GLenum targets[] = { GL_TEXTURE_2D, GL_TEXTURE_RECTANGLE_EXT }; in test_images_read_2D_depth() local
107 GLenum targets[] = { GL_TEXTURE_2D, GL_TEXTURE_RECTANGLE_EXT }; in test_images_write_2D_depth() local
128 GLenum targets[] = { GL_TEXTURE_2D_ARRAY }; in test_images_read_2Darray_depth() local
149 GLenum targets[] = { GL_TEXTURE_2D_ARRAY }; in test_images_write_2Darray_depth() local
Dtest_images_3D.cpp50 GLenum targets[] = { GL_TEXTURE_3D }; in test_images_read_3D() local
77 GLenum targets[] = { GL_TEXTURE_3D }; in test_images_write_3D() local
96 GLenum targets[] = { GL_TEXTURE_3D }; in test_images_3D_getinfo() local
Dtest_images_2Darray.cpp51 GLenum targets[] = { GL_TEXTURE_2D_ARRAY }; in test_images_read_2Darray() local
67 GLenum targets[] = { GL_TEXTURE_2D_ARRAY }; in test_images_write_2Darray() local
84 GLenum targets[] = { GL_TEXTURE_2D_ARRAY }; in test_images_2Darray_getinfo() local
Dtest_images_1Darray.cpp50 GLenum targets[] = { GL_TEXTURE_1D_ARRAY }; in test_images_read_1Darray() local
64 GLenum targets[] = { GL_TEXTURE_1D_ARRAY }; in test_images_write_1Darray() local
81 GLenum targets[] = { GL_TEXTURE_1D_ARRAY }; in test_images_1Darray_getinfo() local
Dtest_images_multisample.cpp79 GLenum targets[] = { GL_TEXTURE_2D_MULTISAMPLE }; in test_images_read_2D_multisample() local
107 GLenum targets[] = { GL_TEXTURE_2D_MULTISAMPLE_ARRAY }; in test_images_read_2Darray_multisample() local
/external/pcre/dist2/
DCMakeLists.txt547 SET(targets) variable
555 SET(targets ${targets} pcre2-8) variable
559 SET(targets ${targets} pcre2-posix) variable
578 SET(targets ${targets} pcre2-16) variable
596 SET(targets ${targets} pcre2-32) variable
614 SET(targets ${targets} pcre2grep) variable
633 SET(targets ${targets} pcre2test) variable
647 SET(targets ${targets} pcre2_jit_test) variable
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DLanguageTestFmwk.java240 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 …]
DDataReadWriteTest.java87 String[] targets = { in testBoolArray() local
143 String[] targets = { in testCharacterArray() local
202 String[] targets = { in testNamedIndexArray() local
270 String[] targets = { in testStringArray() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
DLanguageTestFmwk.java241 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 …]
DDataReadWriteTest.java90 String[] targets = { in testBoolArray() local
146 String[] targets = { in testCharacterArray() local
205 String[] targets = { in testNamedIndexArray() local
273 String[] targets = { in testStringArray() local
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DSWITCH.java30 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()
DTargetLostException.java51 private final InstructionHandle[] targets; field in TargetLostException
/external/tensorflow/tensorflow/python/distribute/
Dzero_batch_test.py58 def step_fn(is_training, inputs, targets=None): argument
129 def step_fn(inputs, targets): argument
/external/python/setuptools/setuptools/
Ddep_util.py6 def newer_pairwise_group(sources_groups, targets): argument
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_bvgraph.h111 bool isReachable(uptr from, const BV &targets) { in isReachable()
128 uptr findPath(uptr from, const BV &targets, uptr *path, uptr path_size) { in findPath()
145 uptr findShortestPath(uptr from, const BV &targets, uptr *path, in findShortestPath()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_testlib.h61 const std::vector<string>& targets() const { return targets_; } in targets() function
/external/deqp/scripts/build/
Dbuild.py49 def build (config, generator, targets = None): argument
/external/python/cpython3/Lib/distutils/
Ddep_util.py32 def newer_pairwise (sources, targets): argument
/external/python/cpython2/Lib/distutils/
Ddep_util.py33 def newer_pairwise(sources, targets): argument
/external/tensorflow/tensorflow/python/ops/
Dnn_xent_test.py40 def _SigmoidCrossEntropyWithLogits(self, logits, targets): argument
116 def _WeightedCrossEntropy(self, logits, targets, pos_coeff): argument
/external/angle/scripts/
Dgen_angle_gn_info_json.py70 def create_build_description(gn_out, targets): argument

12345678910