Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 381 for unsupportedOp (0.34 sec)

  1. tensorflow/cc/framework/cc_op_gen_util.cc

                                 PrintTensorProto(attr_value.list().tensor(i)));
            }
          }
          strings::StrAppend(&ret, "}");
          return ret;
        }
        default:
          LOG(FATAL) << "Unsupported Attr type: " << op << " "
                     << attr_value.value_case();
      }
      return "<Unknown AttrValue type>";  // Prevent missing return warning
    }
    
    bool IsEmptyList(const AttrValue::ListValue& list) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Feb 26 00:57:05 UTC 2024
    - 25K bytes
    - Viewed (0)
  2. maven-compat/src/main/java/org/apache/maven/repository/legacy/DefaultWagonManager.java

            Wagon wagon;
    
            try {
                wagon = getWagon(protocol);
            } catch (UnsupportedProtocolException e) {
                throw new TransferFailedException("Unsupported Protocol: '" + protocol + "': " + e.getMessage(), e);
            }
    
            if (downloadMonitor != null) {
                wagon.addTransferListener(downloadMonitor);
            }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Sep 14 11:48:15 UTC 2023
    - 29.9K bytes
    - Viewed (0)
  3. platforms/software/publish/src/main/java/org/gradle/api/publish/internal/metadata/ModuleMetadataSpecBuilder.java

                }
                return moduleDependencyCoordinatesFor(identifier, ((ExternalDependency) dependency).getVersionConstraint());
            } else {
                throw new UnsupportedOperationException("Unsupported dependency type: " + dependency.getClass().getName());
            }
        }
    
        private ModuleMetadataSpec.DependencyCoordinates dependencyConstraintCoordinatesFor(
            DependencyConstraint dependencyConstraint,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 02:07:04 UTC 2024
    - 23K bytes
    - Viewed (0)
  4. security/pkg/server/ca/server_test.go

    		// no client certificate is presented
    		"No client certificate": {
    			certChain: nil,
    			caller:    nil,
    			ipAddr:    mockIPAddr,
    			code:      codes.Unauthenticated,
    		},
    		// "unsupported auth type: not-tls"
    		"Unsupported auth type": {
    			certChain:    nil,
    			caller:       nil,
    			fakeAuthInfo: &mockAuthInfo{"not-tls"},
    			ipAddr:       mockIPAddr,
    			code:         codes.Unauthenticated,
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 16:41:38 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  5. src/crypto/tls/handshake_client_tls13.go

    		return errors.New("tls: server did not echo the legacy session ID")
    	}
    
    	if hs.serverHello.compressionMethod != compressionNone {
    		c.sendAlert(alertIllegalParameter)
    		return errors.New("tls: server selected unsupported compression format")
    	}
    
    	selectedSuite := mutualCipherSuiteTLS13(hs.hello.cipherSuites, hs.serverHello.cipherSuite)
    	if hs.suite != nil && selectedSuite != hs.suite {
    		c.sendAlert(alertIllegalParameter)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 27.9K bytes
    - Viewed (0)
  6. schema/schema.go

    	callbackTypeAfterDelete  callbackType = "AfterDelete"
    	callbackTypeAfterFind    callbackType = "AfterFind"
    )
    
    // ErrUnsupportedDataType unsupported data type
    var ErrUnsupportedDataType = errors.New("unsupported data type")
    
    type Schema struct {
    	Name                      string
    	ModelType                 reflect.Type
    	Table                     string
    	PrioritizedPrimaryField   *Field
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed Jun 12 10:52:33 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ld/go.go

    		if dsu.Size() == 0 {
    			dsu.Addstring("")
    		}
    		du := ctxt.loader.MakeSymbolUpdater(ctxt.Dynamic)
    		Elfwritedynent(ctxt.Arch, du, elf.DT_NEEDED, uint64(dsu.Addstring(lib)))
    	} else {
    		Errorf(nil, "adddynlib: unsupported binary format")
    	}
    }
    
    func Adddynsym(ldr *loader.Loader, target *Target, syms *ArchSyms, s loader.Sym) {
    	if ldr.SymDynid(s) >= 0 || target.LinkMode == LinkExternal {
    		return
    	}
    
    	if target.IsELF {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 22 16:48:30 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  8. okhttp/src/main/kotlin/okhttp3/CertificatePinner.kt

     *    no pinning will be enforced if additional prefixes are present, or if no prefixes are present.
     *
     * Note that any other form is unsupported. You may not use asterisks in any position other than
     * the leftmost label.
     *
     * If multiple patterns match a hostname, any match is sufficient. For example, suppose pin A
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  9. src/internal/fuzz/encoding.go

    			// (Every byte has a valid character encoding.)
    			fmt.Fprintf(b, "byte(%q)\n", t)
    		case []byte: // []uint8
    			fmt.Fprintf(b, "[]byte(%q)\n", t)
    		default:
    			panic(fmt.Sprintf("unsupported type: %T", t))
    		}
    	}
    	return b.Bytes()
    }
    
    // unmarshalCorpusFile decodes corpus bytes into their respective values.
    func unmarshalCorpusFile(b []byte) ([]any, error) {
    	if len(b) == 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 30 16:39:12 UTC 2022
    - 11K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/tpu_resource_partitioning.mlir

      "tf_device.cluster_func"(%1, %2) {func = @computation_two_args, use_spmd_for_xla_partitioning = true} : (tensor<i32>, tensor<i32>) -> ()
      func.return
    }
    
    // Tests unsupported cases and IR are not modified.
    
    // CHECK-LABEL: func @no_spmd
    // CHECK-SAME: ([[ARG0:%.+]]: tensor<!tf_type.resource<tensor<i32>>>, [[ARG1:%.+]]: tensor<!tf_type.resource<tensor<i32>>>)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 23:53:20 UTC 2024
    - 15.7K bytes
    - Viewed (0)
Back to top