Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 18 of 18 for checkFoo (0.21 sec)

  1. tensorflow/c/experimental/next_pluggable_device/tensor_pjrt_buffer_util_test.cc

    using ::testing::NotNull;
    using ::tsl::testing::StatusIs;
    
    PJRT_Buffer* CreateCBuffer() {
      auto status = pjrt::PjrtApi(DEVICE_CPU);
      if (!status.ok()) {
        CHECK_OK(pjrt::SetPjrtApi(DEVICE_CPU, GetPjrtApi()));
      }
      auto pjrt_client = xla::GetCApiClient(DEVICE_CPU);
      CHECK_OK(pjrt_client.status());
      auto c_api_client = down_cast<xla::PjRtCApiClient*>(pjrt_client->get());
      std::vector<int32_t> data(1, 0);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 01 16:29:40 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  2. docs/integrations/veeam/README.md

    - Follow the on screen wizard
    
    - On the Capacity Tier screen, check the box to Extend scale-out backup repository capacity with object storage checkbox and select the object storage. If you want to be able to test backup data immediately after a job is run, under the object storage selection, check the "Copy" box and uncheck the "Move" box.
    
    ### Create a backup job
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 5.4K bytes
    - Viewed (0)
  3. subprojects/core/src/main/java/org/gradle/reporting/TabbedPageRenderer.java

                                    .startElement("input")
                                        .attribute("id", "line-wrapping-toggle")
                                        .attribute("type", "checkbox")
                                        .attribute("autocomplete", "off")
                                    .endElement()
                                .endElement()
                            .endElement()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 02 16:56:13 UTC 2016
    - 4.3K bytes
    - Viewed (0)
  4. src/main/webapp/js/admin/plugins/form-validator/sanitize.js

    b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a,b){"use strict";a.formUtils.registerLoadedModule("sanitize");var c='[type="button"], [type="submit"], [type="radio"], [type="checkbox"], [type="reset"], [type="search"]',d={upper:function(a){return a.toLocaleUpperCase()},lower:function(a){return a.toLocaleLowerCase()},trim:function(b){return a.trim(b)},trimLeft:function(a){return a.replace(/^\s+/,"")},trimRight:function(a){return...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 2.7K bytes
    - Viewed (0)
  5. .idea/uiDesigner.xml

          </item>
          <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
            <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
            <initial-values>
              <property name="text" value="CheckBox" />
            </initial-values>
          </item>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Oct 24 15:06:04 UTC 2013
    - 9.5K bytes
    - Viewed (0)
  6. platforms/core-runtime/daemon-services/src/main/java/org/gradle/api/internal/tasks/userinput/UserQuestions.java

         *
         * <p>The client UI is free to choose a convenient representation for boolean values, for example
         * allowing the user to type 'y' or 'n' or presenting a checkbox. The user is not required to answer 'true' or 'false'
         *
         * @param question The text of the question.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 04:50:46 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tfrt/tests/tfrt_fallback/batch_function_fallback_benchmark_test.cc

        tfrt::HostContext* host) {
      std::string file_path = GetDataDependencyFilepath(
          "tensorflow/compiler/mlir/tfrt/tests/tfrt_fallback/"
          "batch_function_fallback.mlir.bef");
    
      std::string data;
      CHECK_OK(ReadFileToString(Env::Default(), file_path, &data));
    
      tfrt::BefBuffer bef_buffer(data.begin(), data.end());
    
      auto bef_file = tfrt::BEFFile::Open(bef_buffer, host->GetKernelRegistry(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Dec 08 08:08:48 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  8. src/cmd/vendor/rsc.io/markdown/list.go

    }
    
    func (x *Task) Inline() {
    }
    
    func (x *Task) PrintHTML(buf *bytes.Buffer) {
    	buf.WriteString("<input ")
    	if x.Checked {
    		buf.WriteString(`checked="" `)
    	}
    	buf.WriteString(`disabled="" type="checkbox">`)
    }
    
    func (x *Task) printMarkdown(buf *bytes.Buffer) {
    	x.PrintText(buf)
    }
    
    func (x *Task) PrintText(buf *bytes.Buffer) {
    	buf.WriteByte('[')
    	if x.Checked {
    		buf.WriteByte('x')
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 7.2K bytes
    - Viewed (0)
Back to top