Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 141 for Result (0.23 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

      // * Operands and results to assign cond function arguments to op results if
      //   the cond function returns False or equivalent result. If the op is shape
      //   invariant, this does not hold as shapes can differ.
      // * All three pairs using cond inputs, body inputs and results as operand is
      //   a common source for all three.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/gateway_test.go

    			if diff := cmp.Diff(tc.result.tlsContext, ret.tlsContext, protocmp.Transform()); diff != "" {
    				t.Errorf("got diff in tls context: %v", diff)
    			}
    			if !reflect.DeepEqual(tc.result.httpOpts, ret.httpOpts) {
    				t.Errorf("expecting httpopts:\n %+v \nbut got:\n %+v", tc.result.httpOpts, ret.httpOpts)
    			}
    			if !reflect.DeepEqual(tc.result.sniHosts, ret.sniHosts) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/util/concurrent/ClosingFuture.java

       * </ul>
       *
       * <p>Example usage:
       *
       * <pre>{@code
       * // Result.getRowsClosingFuture() returns a ClosingFuture.
       * ClosingFuture<List<Row>> rowsFuture =
       *     queryFuture.transformAsync((closer, result) -> result.getRowsClosingFuture(), executor);
       *
       * // Result.writeRowsToOutputStreamFuture() returns a ListenableFuture that resolves to the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:37:15 UTC 2024
    - 98.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

        if (IsConst(&inst)) continue;
    
        // Fetch operand and result tensor indices.
        std::vector<int32_t> results;
        results.reserve(inst.getNumResults());
        for (auto result : inst.getResults()) {
          results.push_back(tensor_index_map.lookup(result));
        }
        Operation* real_inst = &inst;
        std::vector<int32_t> operands;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  5. guava/src/com/google/common/util/concurrent/ClosingFuture.java

       * </ul>
       *
       * <p>Example usage:
       *
       * <pre>{@code
       * // Result.getRowsClosingFuture() returns a ClosingFuture.
       * ClosingFuture<List<Row>> rowsFuture =
       *     queryFuture.transformAsync((closer, result) -> result.getRowsClosingFuture(), executor);
       *
       * // Result.writeRowsToOutputStreamFuture() returns a ListenableFuture that resolves to the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 98.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

      TypeRangeWithDesc results{op.getResultTypes(), "result"};
      TypeRangeWithDesc then_results{then_types, "then result"};
      TypeRangeWithDesc else_results{else_types, "else result"};
    
      if (failed(VerifyTypeRangesAreCompatible(op, then_results, results)))
        return failure();
      if (failed(VerifyTypeRangesAreCompatible(op, else_results, results)))
        return failure();
      return success();
    }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/collect/Maps.java

        public BiMap<V, K> inverse() {
          BiMap<V, K> result = inverse;
          return (result == null)
              ? inverse = new UnmodifiableBiMap<>(delegate.inverse(), this)
              : result;
        }
    
        @Override
        public Set<V> values() {
          Set<V> result = values;
          return (result == null) ? values = Collections.unmodifiableSet(delegate.values()) : result;
        }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
  8. guava/src/com/google/common/collect/Maps.java

        public BiMap<V, K> inverse() {
          BiMap<V, K> result = inverse;
          return (result == null)
              ? inverse = new UnmodifiableBiMap<>(delegate.inverse(), this)
              : result;
        }
    
        @Override
        public Set<V> values() {
          Set<V> result = values;
          return (result == null) ? values = Collections.unmodifiableSet(delegate.values()) : result;
        }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 165.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

      func.return %0 : tensor<2xf32>
    }
    
    // -----
    
    // tf.IfRegion yield types should match op result types
    func.func @testIfRegionOpYieldMismatchThen(%arg0: tensor<i1>, %arg1: tensor<2xf32>) -> tensor<2xf32> {
      // expected-error @+1 {{'tf.IfRegion' op then result type tensor<i1> is incompatible with result type tensor<2xf32> at index 0}}
      %0 = "tf.IfRegion"(%arg0) ({
         "tf.Yield"(%arg0) : (tensor<i1>) -> ()
        }, {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
  10. istioctl/pkg/authz/testdata/configdump.yaml

                      }
                     ]
                    }
                   }
                  },
                  {
                   "tag": "istio.authorization.dry_run.allow_policy.result",
                   "metadata": {
                    "kind": {
                     "request": {}
                    },
                    "metadata_key": {
                     "key": "envoy.filters.http.rbac",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 14:20:23 UTC 2023
    - 206.7K bytes
    - Viewed (0)
Back to top