Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 534 for setchl (0.17 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/cluster_formation.mlir

            // CHECK: %[[D_OUTPUT:[0-9]*]] = "tf.D"(%[[TPU0_OUTPUT]])
            %5 = "tf.D"(%4) : (tensor<?xi32>) -> tensor<?xi32>
            tf_executor.yield %5 : tensor<?xi32>
          }
          tf_executor.fetch %1#0 : tensor<?xi32>
        }
        func.return %0 : tensor<?xi32>
      }
    }
    
    // -----
    
    // Single device cluster, live-in value comes directly from function argument.
    
    module {
      // CHECK-LABEL: func @arglivein
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 14.9K bytes
    - Viewed (0)
  2. fess-crawler/src/test/java/org/codelibs/fess/crawler/transformer/impl/TextTransformerTest.java

        }
    
        public void test_transform_text() throws Exception {
            final byte[] data = new String("xyz").getBytes();
            final ResponseData responseData = new ResponseData();
            responseData.setUrl("file:/test.txt");
            responseData.setCharSet(Constants.UTF_8);
            responseData.setResponseBody(data);
            responseData.setMimeType("text/plain");
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/replica_id_to_device_ordinal.mlir

              tf_device.return
            }) {device = "/job:worker/replica:0/task:0/device:CPU:0"} : () -> ()
            tf_executor.yield
          }
          tf_executor.fetch
        }
        func.return
      }
    
      // CHECK:      tf_executor.island
      // CHECK:      "tf.EnqueueTPUEmbeddingArbitraryTensorBatch"
      // CHECK-SAME:   device_ordinal = 0
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 4.3K bytes
    - Viewed (0)
  4. pkg/test/csrctrl/signer/ca_provider.go

    	if err != nil {
    		return []byte(""), fmt.Errorf("error reading private key from key file %s: %v", p.caLoader.KeyFile, err)
    	}
    	return keyBytes, nil
    }
    
    // setCA unconditionally stores the current cert/key content
    func (p *caProvider) setCA() error {
    	certPEM, cerr := p.currentCertContent()
    	if cerr != nil {
    		return cerr
    	}
    
    	keyPEM, kerr := p.currentKeyContent()
    	if kerr != nil {
    		return kerr
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 27 08:14:39 UTC 2021
    - 4.4K bytes
    - Viewed (0)
  5. pkg/kubelet/util/manager/cache_based_manager.go

    		if err != nil && !apierrors.IsNotFound(err) && data.object == nil && data.err == nil {
    			// Couldn't fetch the latest object, but there is no cached data to return.
    			// Return the fetch result instead.
    			return object, err
    		}
    		if (err == nil && !isObjectOlder(object, data.object)) || apierrors.IsNotFound(err) {
    			// If the fetch succeeded with a newer version of the object, or if the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfrt/tests/batch_function_fallback_resource_variable_as_captured_tensor.mlir

          tf_executor.fetch %outputs_2 : tensor<*xf32>
        }
        func.return %0 : tensor<*xf32>
      }
      func.func private @batched_func(%arg0: tensor<*x!tf_type.resource>) -> tensor<?xf32> {
        %0 = tf_executor.graph {
          %outputs_0, %control_0 = tf_executor.island wraps "tf.ReadVariableOp"(%arg0) : (tensor<*x!tf_type.resource>) -> tensor<?xf32>
          tf_executor.fetch %outputs_0 : tensor<?xf32>
        }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Aug 14 15:35:49 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  7. fess-crawler/src/main/java/org/codelibs/fess/crawler/service/impl/UrlQueueServiceImpl.java

                final UrlQueueImpl<Long> urlQueue = new UrlQueueImpl<>();
                urlQueue.setSessionId(sessionId);
                urlQueue.setMethod(Constants.GET_METHOD);
                urlQueue.setUrl(url);
                urlQueue.setUrl(url);
                urlQueue.setDepth(0);
                urlQueue.setCreateTime(SystemUtil.currentTimeMillis());
                urlQueueList.add(urlQueue);
            }
        }
    
        /*
         * (non-Javadoc)
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  8. src/cmd/go/internal/modfetch/codehost/git.go

    		release()
    
    		if err == nil {
    			return r.statLocal(ctx, rev, ref)
    		}
    		// Don't try to be smart about parsing the error.
    		// It's too complex and varies too much by git version.
    		// No matter what went wrong, fall back to a complete fetch.
    	}
    
    	// Last resort.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 11 22:10:38 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/cluster_outlining.mlir

          "tf_device.cluster"() ({
            %3 = "tf.A"() : () -> tensor<?xi32>
            tf_device.return %3 : tensor<?xi32>
          }) {} : () -> tensor<?xi32>
        // CHECK: tf_executor.fetch %[[CLUSTER_OUTPUT]]
        tf_executor.fetch %1#0 : tensor<?xi32>
      }
      func.return %0 : tensor<?xi32>
    }
    
    // CHECK: func private @[[CLUSTER]]
    // CHECK-SAME: () -> tensor<?xi32>
    // CHECK: %[[A_OUTPUT:[0-9]*]] = "tf.A"()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/tf-legacy-call.mlir

        tf_executor.fetch
      }
      func.return
    }
    func.func @foo0(%arg0: tensor<*xi32>) -> tensor<*xi32> {
      %0 = tf_executor.graph {
        tf_executor.fetch %arg0 : tensor<*xi32>
      }
      func.return %0 : tensor<*xi32>
    }
    
    // CHECK: node {
    // CHECK:  name: "tf.LegacyCall"
    // CHECK-NEXT:  op: "foo0"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 1.1K bytes
    - Viewed (0)
Back to top