Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 534 for setchl (0.18 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/mlprogram.mlir

          %outputs_8, %control_9 = tf_executor.island wraps "tf.FloorDiv"(%outputs_6, %outputs) {device = ""} : (tensor<i32>, tensor<i32>) -> tensor<i32>
          tf_executor.fetch %outputs_8 : tensor<i32>
        }
        func.return %0 : tensor<i32>
      }
    }
    
    // -----
    
    module attributes {tf_saved_model.semantics} {
      // CHECK-LABEL: func @removes_dead_code
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 19:27:16 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/grappler/grappler_test.cc

      EXPECT_EQ(item.fetch.size(), num_values);
      EXPECT_EQ(list_total_size, storage_size);
    
      std::unique_ptr<char*[]> values(new char*[item.fetch.size()]);
      std::unique_ptr<size_t[]> lens(new size_t[item.fetch.size()]);
      std::unique_ptr<char[]> storage(new char[storage_size]);
      TF_GetFetchNodesList(c_item, values.get(), lens.get(), item.fetch.size(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 13 22:30:58 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  3. tools/certs/Makefile.k8s.mk

    #------------------------------------------------------------------------
    ##fetch-root-ca:	fetch root CA  and key from a k8s cluster.
    .PHONY: fetch-root-ca
    rawcluster := $(shell kubectl config current-context)
    cluster := $(subst /,-,$(rawcluster))
    pwd := $(shell pwd)
    export KUBECONFIG
    
    fetch-root-ca:
    	@echo "fetching root ca from k8s cluster: "$(cluster)""
    	@mkdir -p $(pwd)/$(cluster)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 27 13:15:29 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/aot/test_graph_tfunknownop2.config.pbtxt

      }
    }
    feed {
      id { node_name: "y_const" }
      shape {
        dim { size: 1 }
      }
    }
    feed {
      id { node_name: "z_identity"}
      shape {
        dim { size: 1 }
      }
    }
    fetch {
      id { node_name: "x_y_sum" }
    }
    fetch {
      id { node_name: "x_z_sum" }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Sep 16 02:38:25 UTC 2017
    - 348 bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/api/v2/testdata/invalid_executor.mlir

      func.func @main() {
        tf_executor.graph {
          %control = tf_executor.island {
            tf_executor.yield
          }
          tf_executor.fetch %control : !tf_executor.control
        }
        tf_executor.graph {
          %control = tf_executor.island {
            tf_executor.yield
          }
          tf_executor.fetch %control : !tf_executor.control
        }
        return
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Sep 29 15:25:49 UTC 2023
    - 457 bytes
    - Viewed (0)
  6. tensorflow/compiler/aot/tests/test_graph_tfmatmulandadd.config.pbtxt

        dim { size: 2 }
      }
      name: "x"
    }
    feed {
      id { node_name: "y_hold" }
      shape {
        dim { size: 2 }
        dim { size: 2 }
      }
      name: "y"
    }
    fetch {
      id { node_name: "x_y_prod" }
      name: "x_y_prod"
    }
    fetch {
      id { node_name: "x_y_sum" }
      name: "x_y_sum"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Sep 16 02:38:25 UTC 2017
    - 373 bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/launch_to_device_attribute_legacy.mlir

          }) {device = "CPU:0"} : () -> (tensor<f32>, tensor<i32>)
          %c = "tf.opC"() : () -> tensor<i1>
          tf_executor.yield %a, %launch#0, %launch#1, %c : tensor<i1>, tensor<f32>, tensor<i32>, tensor<i1>
        }
        tf_executor.fetch
      }
      func.return
    }
    
    // CHECK:      %[[A:.*]] = "tf.opA"
    // CHECK:      %[[B:.*]]:2 = "tf.opB"(%[[A]])
    // CHECK-SAME: device = "CPU:0"
    // CHECK:      %[[C:.*]] = "tf.opC"
    // CHECK-NOT:  "tf_device.launch"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 21 20:14:51 UTC 2022
    - 3.8K bytes
    - Viewed (0)
  8. platforms/core-execution/build-cache-http/src/main/java/org/gradle/caching/http/HttpBuildCache.java

         */
        public void setUrl(String url) {
            setUrl(URI.create(url));
        }
    
        /**
         * Sets the URL of the cache. The URL must end in a '/'.
         */
        public void setUrl(URL url) throws URISyntaxException {
            setUrl(url.toURI());
        }
    
        /**
         * Sets the URL of the cache. The URL must end in a '/'.
         */
        public void setUrl(@Nullable URI url) {
            this.url = url;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:43:12 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/check_control_dependencies.mlir

          %island = tf_executor.island {
            "tf.OpA"() : () -> ()
            "tf.OpB"() : () -> ()
            tf_executor.yield
          }
          tf_executor.fetch
        }
        func.return
      }
    }
    
    // -----
    
    // Check that we report an unexpected dependency path between two stateless ops.
    func.func @two_stateless_ops() -> () {
      tf_executor.graph {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 31 16:14:07 UTC 2022
    - 8K bytes
    - Viewed (0)
  10. fess-crawler/src/test/java/org/codelibs/fess/crawler/client/AbstractCrawlerClientTest.java

        public void test_checkMaxContentLength() {
            AbstractCrawlerClient client = new AbstractCrawlerClient() {
            };
            ResponseData responseData = new ResponseData();
            responseData.setUrl("http://test.com/");
    
            client.checkMaxContentLength(responseData);
    
            responseData.setContentLength(-1);
            client.checkMaxContentLength(responseData);
    
            responseData.setContentLength(1000L);
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top