Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for updateTags (0.16 sec)

  1. src/main/webapp/WEB-INF/view/admin/storage/admin_storage_tag_edit.jsp

    										<em class="fa fa-arrow-circle-left">
    										<la:message key="labels.crud_button_back" />
    									</la:link>
    									<c:if test="${editable}">
    										<button type="submit" class="btn btn-success" name="updateTags"
    											value="<la:message key="labels.crud_button_update" />"
    										>
    											<em class="fa fa-pencil-alt">
    											<la:message key="labels.crud_button_update" />
    										</button>
    									</c:if>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 26 01:48:41 UTC 2022
    - 4.4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/storage/AdminStorageAction.java

            saveToken();
            return asEditTagsHtml(form.path, form.name);
        }
    
        @Execute
        @Secured({ ROLE })
        public HtmlResponse updateTags(final TagForm form) {
            validate(form, messages -> {}, () -> asEditTagsHtml(form.path, form.name));
            final String objectName = getObjectName(form.path, form.name);
            try {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

    }
    
    args_1 = update_args(args_0, N_0, T_0)
    
    // Start step 1
    C_1 = cond(args_1)
    N_1 = non_tpu(args_1)
    if (C_1) {
       F_1 = forward(args_1, N_1)
       // T_1 = core_tpu() is not evaluated here.
       // B_1 = backward() is not evaluated here.
    }
    
    // Partial update of args. We expect this to be sufficient
    // for evaluating cond().
    args_2a = update_args(args_1, N_1)  // NO T_1 here
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
Back to top