Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 21 for placeholders (0.33 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	StdOutput     Handle
    	StdErr        Handle
    }
    
    type StartupInfoEx struct {
    	StartupInfo
    	ProcThreadAttributeList *ProcThreadAttributeList
    }
    
    // ProcThreadAttributeList is a placeholder type to represent a PROC_THREAD_ATTRIBUTE_LIST.
    //
    // To create a *ProcThreadAttributeList, use NewProcThreadAttributeList, update
    // it with ProcThreadAttributeListContainer.Update, free its memory using
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/cache/LocalCache.java

         * consist strictly of loading values, though during refresh a value may be both active and
         * loading.
         */
        boolean isActive();
      }
    
      /** Placeholder. Indicates that the value hasn't been set yet. */
      static final ValueReference<Object, Object> UNSET =
          new ValueReference<Object, Object>() {
            @CheckForNull
            @Override
            public Object get() {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 143.6K bytes
    - Viewed (0)
  3. guava/src/com/google/common/cache/LocalCache.java

         * consist strictly of loading values, though during refresh a value may be both active and
         * loading.
         */
        boolean isActive();
      }
    
      /** Placeholder. Indicates that the value hasn't been set yet. */
      static final ValueReference<Object, Object> UNSET =
          new ValueReference<Object, Object>() {
            @CheckForNull
            @Override
            public Object get() {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 149.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

    //===--------------------------------------------------------------------===//
    //  Test TF placeholder attribute
    //===--------------------------------------------------------------------===//
    
    // CHECK-LABEL: func @placeholderattr
    func.func @placeholderattr() -> ()
    // CHECK:    attributes {some_placeholder = #tf_type.placeholder<"foo">} {
        attributes {some_placeholder = #tf_type.placeholder<"foo">} {
      func.return
    }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
  5. pkg/volume/util/operationexecutor/operation_generator.go

    			return volumetypes.NewOperationContext(eventErr, detailedErr, migrated)
    		}
    		if resizeDone {
    			return volumetypes.NewOperationContext(nil, nil, migrated)
    		}
    		// This is a placeholder error - we should NEVER reach here.
    		err = fmt.Errorf("volume resizing failed for unknown reason")
    		eventErr, detailedErr = volumeToMount.GenerateError("NodeExpandVolume.NodeExpandVolume failed to resize volume", err)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  6. src/encoding/json/testdata/code.json.gz

    cancel-button-expected.checksum","kids":[],"cl_weight":0.003061301158710795,"touches":2,"min_t":1228781586,"max_t":1236205616,"mean_t":1232493601},{"name":"placeholder-pseudo-style-expected.checksum","kids":[],"cl_weight":0.0005553709994722575,"touches":2,"min_t":1229478785,"max_t":1236205616,"mean_t":1232842200},{"name":"password-placeholder-expected.checksum","kids":[],"cl_weight":0.0005553709994722575,"touches":2,"min_t":1229478785,"max_t":1236205616,"mean_t":1232842200},{"name":"select-chang...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
  7. okhttp-android/src/main/baseline-prof.txt

    Lkotlinx/coroutines/internal/LockFreeLinkedListNode$toString$1;
    Lkotlinx/coroutines/internal/LockFreeLinkedListNode;
    Lkotlinx/coroutines/internal/LockFreeTaskQueue;
    Lkotlinx/coroutines/internal/LockFreeTaskQueueCore$Placeholder;
    Lkotlinx/coroutines/internal/LockFreeTaskQueueCore;
    Lkotlinx/coroutines/internal/MainDispatcherFactory;
    Lkotlinx/coroutines/internal/MainDispatcherLoader$$ExternalSyntheticServiceLoad0;
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

                "be string attributes");
            return std::nullopt;
          }
        }
      }
      // Runtime version string is generated after we update the op
      // versions. Here we put a 16-byte dummy string as a placeholder. We choose
      // 16-byte because it's the alignment of buffers in flatbuffer, so it won't
      // cause any waste of space if the actual string is shorter than 16 bytes.
      constexpr std::size_t kByteStringSize = 16;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  9. src/database/sql/sql_test.go

    }
    
    func TestQueryNamedArg(t *testing.T) {
    	db := newTestDB(t, "people")
    	defer closeDB(t, db)
    	prepares0 := numPrepares(t, db)
    	rows, err := db.Query(
    		// Ensure the name and age parameters only match on placeholder name, not position.
    		"SELECT|people|age,name|name=?name,age=?age",
    		Named("age", 2),
    		Named("name", "Bob"),
    	)
    	if err != nil {
    		t.Fatalf("Query: %v", err)
    	}
    	type row struct {
    		age  int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

        )
        self.assertDictEqual(original_signature_map, converted_signature_map)
    
      def test_duplicated_tensor_name(self):
        with session.Session(graph=ops.Graph()) as sess:
          input_tensor = array_ops.placeholder(
              dtypes.float32, shape=[], name='input'
          )
          q_input = array_ops.fake_quant_with_min_max_args(
              input_tensor, min=-0.1, max=0.2, num_bits=8, narrow_range=False
          )
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
Back to top