HomeSort by relevance Sort by last modified time
    Searched refs:EXPLICIT (Results 1 - 25 of 44) sorted by null

1 2

  /external/guava/guava-tests/test/com/google/common/cache/
RemovalNotificationTest.java 33 new RemovalNotification<String, Integer>("one", 1, RemovalCause.EXPLICIT),
36 new RemovalNotification<String, Integer>("1", 1, RemovalCause.EXPLICIT))
38 new RemovalNotification<String, Integer>("one", 2, RemovalCause.EXPLICIT))
CacheBuilderGwtTest.java 264 case EXPLICIT:
LocalCacheTest.java 781 assertNotified(listener, one, two, RemovalCause.EXPLICIT);
785 assertNotified(listener, two, three, RemovalCause.EXPLICIT);
791 assertNotified(listener, three, four, RemovalCause.EXPLICIT);
797 assertNotified(listener, four, five, RemovalCause.EXPLICIT);
803 assertNotified(listener, five, six, RemovalCause.EXPLICIT);
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getinheritsched/
1-1.c 26 #define EXPLICIT PTHREAD_EXPLICIT_SCHED
46 case EXPLICIT:
47 if (inheritsched != EXPLICIT) {
74 rc = pthread_attr_setinheritsched(&attr, EXPLICIT);
79 verify_inheritsched(&attr, EXPLICIT);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
1-1.c 26 #define EXPLICIT PTHREAD_EXPLICIT_SCHED
46 case EXPLICIT:
47 if (inheritsched != EXPLICIT) {
74 rc = pthread_attr_setinheritsched(&attr, EXPLICIT);
79 verify_inheritsched(&attr, EXPLICIT);
  /external/tensorflow/tensorflow/core/util/
padding.h 39 // EXPLICIT: The user specifies the pad values in the explicit_padding
45 EXPLICIT = 3, // Padding is explicitly specified
57 // Like GetPaddingAttrString(), but also includes EXPLICIT.
padding.cc 32 } else if (str_value == "EXPLICIT") {
33 *value = EXPLICIT;
43 if (padding_type == Padding::EXPLICIT) {
62 "Nonzero explicit padding in the batch or depth dimensions is not "
68 "not EXPLICIT");
76 return "padding: {'SAME', 'VALID', 'EXPLICIT'}";
  /external/guava/guava/src/com/google/common/cache/
RemovalCause.java 40 EXPLICIT {
96 * {@link #EXPLICIT} nor {@link #REPLACED}).
LocalCache.java     [all...]
  /external/turbine/javatests/com/google/turbine/deps/
DependenciesTest.java 133 assertThat(depsMap(deps)).containsExactly(liba, DepsProto.Dependency.Kind.EXPLICIT);
159 assertThat(depsMap(deps)).containsExactly(libb, DepsProto.Dependency.Kind.EXPLICIT);
188 libb, DepsProto.Dependency.Kind.EXPLICIT, liba, DepsProto.Dependency.Kind.EXPLICIT);
230 DepsProto.Dependency.Kind.EXPLICIT,
232 DepsProto.Dependency.Kind.EXPLICIT,
234 DepsProto.Dependency.Kind.EXPLICIT);
248 libb, DepsProto.Dependency.Kind.EXPLICIT, liba, DepsProto.Dependency.Kind.EXPLICIT);
279 "b.jar", DepsProto.Dependency.Kind.EXPLICIT,
    [all...]
  /external/tensorflow/tensorflow/core/framework/
ops_util.cc 33 case Padding::EXPLICIT:
34 LOG(FATAL) << "Eigen does not have explicit padding enum " // Crash OK
common_shape_fns.cc 41 case Padding::EXPLICIT:
80 if (padding_type == Padding::EXPLICIT) {
82 "GetWindowedOutputSize does not handle EXPLICIT padding; call "
95 if (padding_type == Padding::EXPLICIT) {
97 "GetWindowedOutputSizeV2 does not handle EXPLICIT padding; call "
158 case Padding::EXPLICIT:
190 if (padding_type == Padding::EXPLICIT) {
192 "GetWindowedOutputSizeFromDims does not handle EXPLICIT padding; call "
200 // since explicit padding is not used.
515 DCHECK(padding != Padding::EXPLICIT);
    [all...]
  /external/turbine/java/com/google/turbine/deps/
Dependencies.java 71 .setKind(DepsProto.Dependency.Kind.EXPLICIT));
149 case EXPLICIT:
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
LocalCache.java 134 alertListenerIfPresent(key, value, RemovalCause.EXPLICIT);
154 alertListenerIfPresent(entry.getKey(), entry.getValue().getValue(), RemovalCause.EXPLICIT);
172 alertListenerIfPresent(key, value, RemovalCause.EXPLICIT);
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
conv_op_helpers.cc 231 if (attrs.padding == EXPLICIT) {
306 if (attrs.padding == EXPLICIT) {
505 // + For the EXPLICIT padding, we pad the top/left side with the explicit
515 const int64 pad_before = attrs.padding == Padding::EXPLICIT
  /external/tensorflow/tensorflow/core/kernels/
conv_grad_ops.cc 147 if (padding == EXPLICIT) {
conv_ops.cc 136 // TODO(reedwm): Enable explicit padding on the CPU.
138 ctx, padding != Padding::EXPLICIT,
140 "EXPLICIT padding yet."));
401 if (params.padding == Padding::EXPLICIT) {
444 explicit Conv2DOp(OpKernelConstruction* context) : BinaryOp<T>(context) {
492 if (params_.padding != EXPLICIT &&
505 if (params_.padding != EXPLICIT &&
673 if (padding == EXPLICIT) {
    [all...]
conv_grad_input_ops.cc 268 explicit Conv2DCustomBackpropInputOp(OpKernelConstruction* context)
303 context, padding_ != Padding::EXPLICIT,
305 "EXPLICIT padding yet."));
580 explicit Conv2DSlowBackpropInputOp(OpKernelConstruction* context)
622 context, padding_ != Padding::EXPLICIT,
624 "EXPLICIT padding yet."));
710 if (padding == EXPLICIT) {
    [all...]
mkl_conv_ops.h 397 padding_type = Padding::EXPLICIT;
553 explicit MklConvBackpropCommonOp(OpKernelConstruction* context)
617 explicit MklDummyOp(OpKernelConstruction* context) : OpKernel(context) {}
conv_grad_filter_ops.cc 190 explicit Conv2DCustomBackpropFilterOp(OpKernelConstruction* context)
212 context, padding_ != Padding::EXPLICIT,
214 "EXPLICIT padding yet."));
446 explicit Conv2DSlowBackpropFilterOp(OpKernelConstruction* context)
571 if (padding == EXPLICIT) {
    [all...]
  /external/v8/src/compiler/
instruction.h 42 EXPLICIT,
44 FIRST_LOCATION_OPERAND_KIND = EXPLICIT
71 INSTRUCTION_OPERAND_PREDICATE(Explicit, EXPLICIT)
127 explicit InstructionOperand(Kind kind) : value_(KindField::encode(kind)) {}
359 explicit UnallocatedOperand(int virtual_register)
369 explicit ConstantOperand(int virtual_register)
394 explicit ImmediateOperand(ImmediateType type, int32_t value)
534 INSTRUCTION_OPERAND_CASTS(ExplicitOperand, EXPLICIT);
657 LocationOperand::EXPLICIT);
    [all...]
instruction.cc 178 case InstructionOperand::EXPLICIT:
313 : LocationOperand(EXPLICIT, kind, rep, index) {
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMaker.java 675 * {@link RemovalCause#EXPLICIT} nor {@link RemovalCause#REPLACED}).
690 EXPLICIT {
    [all...]
MapMakerInternalMap.java     [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java 294 assertNotified(listener, one, two, RemovalCause.EXPLICIT);
298 assertNotified(listener, two, three, RemovalCause.EXPLICIT);
304 assertNotified(listener, three, four, RemovalCause.EXPLICIT);
310 assertNotified(listener, four, five, RemovalCause.EXPLICIT);
316 assertNotified(listener, five, six, RemovalCause.EXPLICIT);
    [all...]

Completed in 1123 milliseconds

1 2