Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 117 for Eaccess (0.23 sec)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        /** The key of the message: Started a process to delete the document from index. */
        public static final String SUCCESS_delete_doc_from_index = "{success.delete_doc_from_index}";
    
        /** The key of the message: Deleted session data. */
        public static final String SUCCESS_crawling_info_delete_all = "{success.crawling_info_delete_all}";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  2. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AndroidSantaTrackerCachingSmokeTest.groovy

            ':santa-tracker:writeDebugAppMetadata': SUCCESS,
            ':santa-tracker:writeDebugModuleMetadata': SUCCESS,
            ':santa-tracker:writeDebugSigningConfigVersions': SUCCESS,
            ':snowballrun:assembleDebug': SUCCESS,
            ':snowballrun:checkDebugAarMetadata': SUCCESS,
            ':snowballrun:checkDebugDuplicateClasses': SUCCESS,
            ':snowballrun:compileDebugJavaWithJavac': FROM_CACHE,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 13:45:43 UTC 2024
    - 209.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

      } else {
        // Neither has a rank.
        return success();
      }
    
      auto cond_tensor = op.getCondition().getType().dyn_cast<RankedTensorType>();
      if (!cond_tensor) return success();
      auto cond_rank = cond_tensor.getRank();
      // Check (2a) and (2b).
      if (cond_rank == 0 || cond_rank == data_rank) return success();
      // Check (2c).
      if (cond_rank == 1) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  4. pkg/scheduler/framework/runtime/framework_test.go

    		},
    		{
    			name:       "error after success status, returns success",
    			injects:    []framework.Code{framework.Success, framework.Error},
    			wantStatus: framework.Success,
    		},
    		{
    			name:       "success before invalid status, returns success",
    			injects:    []framework.Code{framework.Success, framework.Error},
    			wantStatus: framework.Success,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 103K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

      if (!inputs_type) return success();
      int depth = inputs_type.getDimSize(inputs_type.getRank() - 1);
      if ((min && min.getDimSize(0) != depth) ||
          (max && max.getDimSize(0) != depth)) {
        return op.emitOpError(
            "requires min and max to have same size as last dimension of inputs");
      }
    
      return success();
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

      if (op.getRegions().empty()) return success();
      auto* real_op = &op.getBody().front().front();
      if (llvm::isa<TF::FakeQuantWithMinMaxArgsOp, TF::FakeQuantWithMinMaxVarsOp,
                    TF::FakeQuantWithMinMaxVarsPerChannelOp>(real_op)) {
        Value input = *operands.begin();
        inferredReturnTypes.assign({input.getType()});
      }
      return success();
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  7. pkg/scheduler/framework/plugins/podtopologyspread/filtering_test.go

    				st.MakeNode().Name("node-y").Label("zone", "zone2").Label("node", "node-y").Obj(),
    			},
    			wantStatusCode: map[string]framework.Code{
    				"node-a": framework.Success,
    				"node-b": framework.Success,
    				"node-x": framework.Success,
    				"node-y": framework.Success,
    			},
    		},
    		{
    			name: "no existing pods, incoming pod doesn't match itself",
    			pod: st.MakePod().Name("p").Label("foo", "").
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 10:42:29 UTC 2024
    - 143.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

            align_corners = true;
            return success();
          }
          if (can_convert_to_bilinear(
                  /*align_corners=*/false, lhs_dilation_values[0],
                  padding_values[0], window_strides_values[0], input_sizes[0],
                  output_sizes[0])) {
            align_corners = false;
            return success();
          }
        }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    			}, nil
    		},
    		afterUpdate: func(obj runtime.Object, opts *metav1.UpdateOptions) {
    			mile("AfterUpdate")
    		},
    		beginUpdate: func(_ context.Context, obj, _ runtime.Object, _ *metav1.UpdateOptions) (FinishFunc, error) {
    			mile("BeginUpdate")
    			return func(_ context.Context, success bool) {
    				mile(fmt.Sprintf("FinishUpdate(%v)", success))
    			}, nil
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

            return failure();
          }
          return success();
        }
        if (!IsI8F32UniformQuantizedType(output_element_type)) {
          LLVM_DEBUG(
              llvm::dbgs()
              << "Expected a per-tensor uniform quantized (i8->f32) type. Got: "
              << output_element_type << ".\n");
          return failure();
        }
        return success();
      }
    
      static void RewriteDotGeneralToTflBatchMatmulOp(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
Back to top