Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 101 for east (0.08 sec)

  1. internal/s3select/select_test.go

    			name:  "Select reserved word column",
    			query: `select "CAST"  from s3object`,
    			wantResult: `true
    false`,
    		},
    		{
    			name:  "Select reserved word column with table alias",
    			query: `select S3Object."CAST" from s3object`,
    			wantResult: `true
    false`,
    		},
    		{
    			name:  "Select reserved word column with unused table alias",
    			query: `select "CAST"  from s3object s`,
    			wantResult: `true
    false`,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Dec 23 07:19:11 UTC 2023
    - 76.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/lower_tf.mlir

      // CHECK: [[VAL15:%.+]] = "tf.Cast"([[VAL10]]#1)
      // CHECK: [[VAL16:%.+]] = "tf.Div"([[VAL15]], [[VAL6]])
      // CHECK: [[VAL17:%.+]] = "tf.Mul"([[VAL16]], [[VAL5]])
      // CHECK: [[VAL18:%.+]] = "tf.Cast"([[VAL17]])
      // CHECK: [[VAL19:%.+]] = "tf.Reshape"([[VAL18]], [[VAL1]])
      // CHECK: [[VAL20:%.+]] = "tf.Mul"([[VAL19]], [[VAL10]]#2)
      // CHECK: [[VAL21:%.+]] = "tf.Cast"([[VAL10]]#2)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jan 05 18:35:42 UTC 2024
    - 92K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

            result_shape, list_element_ty.getElementType());
    
        // If the list is empty, directly create the final result instead of
        // creating the tf.Pack op. tf.Pack op requires at least one operand.
        if (tensors.empty()) {
          tensorflow::Tensor tensor(list->element_dtype,
                                    tensorflow::TensorShape(result_shape));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
  4. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/service/DefaultServiceRegistry.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.internal.service;
    
    import org.gradle.api.Action;
    import org.gradle.internal.Cast;
    import org.gradle.internal.Factory;
    import org.gradle.internal.concurrent.CompositeStoppable;
    import org.gradle.internal.concurrent.Stoppable;
    
    import javax.annotation.Nullable;
    import java.io.Closeable;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:40 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

          // Pull this from the original operands to the original while op.
          auto arg = llvm::cast<BlockArgument>(operand);
          f_operands.push_back(loop_operands[arg.getArgNumber()]);
          continue;
        }
        auto src = operand.getDefiningOp();
        auto res = llvm::cast<OpResult>(operand);
        if (src == non_tpu_caller) {
          f_operands.push_back(non_tpu_res[res.getResultNumber()]);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/collect/Iterators.java

        return iterator.hasNext() ? iterator.next() : defaultValue;
      }
    
      /**
       * Advances {@code iterator} to the end, returning the last element.
       *
       * @return the last element of {@code iterator}
       * @throws NoSuchElementException if the iterator is empty
       */
      @ParametricNullness
      public static <T extends @Nullable Object> T getLast(Iterator<T> iterator) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 03 14:46:32 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  7. guava/src/com/google/common/collect/Iterators.java

        return iterator.hasNext() ? iterator.next() : defaultValue;
      }
    
      /**
       * Advances {@code iterator} to the end, returning the last element.
       *
       * @return the last element of {@code iterator}
       * @throws NoSuchElementException if the iterator is empty
       */
      @ParametricNullness
      public static <T extends @Nullable Object> T getLast(Iterator<T> iterator) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 03 14:46:32 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  8. pkg/proxy/winkernel/proxier.go

    		}
    		klog.V(logLevel).InfoS(logMsg, "svcPortName", svcPortName, "endpoints", epInfo)
    	}
    }
    
    // This will cleanup stale load balancers which are pending delete
    // in last iteration. This function will act like a self healing of stale
    // loadbalancer entries.
    func (proxier *Proxier) cleanupStaleLoadbalancers() {
    	i := 0
    	countStaleLB := len(proxier.mapStaleLoadbalancers)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/tests/prepare-tf.mlir

      // CHECK-LABEL: add_v2_uint32
      // CHECK:  %[[CAST:.*]] = "tf.Cast"(%arg0) <{Truncate = false}> : (tensor<ui32>) -> tensor<i32>
      // CHECK:  %[[CAST1:.*]] = "tf.Cast"(%arg1) <{Truncate = false}> : (tensor<ui32>) -> tensor<i32>
      // CHECK:  %[[ADD:.*]] = "tf.AddV2"(%[[CAST]], %[[CAST1]]) : (tensor<i32>, tensor<i32>) -> tensor<i32>
      // CHECK:  %[[CAST2:.*]] = "tf.Cast"(%[[ADD]]) <{Truncate = false}> : (tensor<i32>) -> tensor<ui32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 59.8K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test_base.py

            dtypes.string, shape=(None,), name='input_vocabs'
        )
    
        # Introduce a matmul op that takes the lookup values to observe the
        # effects of quantization.
        lookup_vals = math_ops.cast(
            table.lookup(input_vocabs_placeholder), dtypes.float32
        )
        # shape: (2, ?)
        matmul_input = array_ops_stack.stack([lookup_vals, lookup_vals])
    
        # Create a dummy weight matrix filled with ones.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 21 08:51:46 UTC 2024
    - 51.2K bytes
    - Viewed (0)
Back to top