Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 148 for variable1 (0.22 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

      // same device as `chosen_device`.  This is because the _XlaCompile and
      // _XlaRun kernels are going to run on and therefore try to access the
      // resource variables from `chosen_device`, which will be an error if the
      // resource variables are placed on some other device.
      auto resource_op_device_ok = [&](std::optional<DeviceId> resource_op_device) {
        return !resource_op_device.has_value() ||
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  2. tensorflow/c/eager/c_api_test.cc

        ASSERT_TRUE(std::find(device_names.begin(), device_names.end(),
                              remote_device) != device_names.end());
      }
    
      // Create a variable using `ctx_0`.
      // Read the variable using `ctx_1`. This read should succeed.
      // 1. Create a variable on `remote_device`, using `ctx_0`.
      TFE_TensorHandle* handle_0 =
          CreateVariable(ctx_0, 1.2, remote_device, /*variable_name=*/"var2");
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Aug 03 20:50:20 UTC 2023
    - 94.6K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/xcoff.go

    	C_EINCL   = 109 // End of include file
    	C_WEAKEXT = 111 // Weak external symbol
    	C_DWARF   = 112 // DWARF symbol
    	C_GSYM    = 128 // Global variable
    	C_LSYM    = 129 // Automatic variable allocated on stack
    	C_PSYM    = 130 // Argument to subroutine allocated on stack
    	C_RSYM    = 131 // Register variable
    	C_RPSYM   = 132 // Argument to function or procedure stored in register
    	C_STSYM   = 133 // Statically allocated symbol
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  4. docs/bucket/notifications/README.md

    ```
    
    > NOTE:
    >
    > - '\*' at the end of arg means its mandatory.
    > - '\*' at the end of the values, means its the default value for the arg.
    > - When configured using environment variables, the `:name` can be specified using this format `MINIO_NOTIFY_WEBHOOK_ENABLE_<name>`.
    
    ## Publish MinIO events via AMQP
    
    Install RabbitMQ from [here](https://www.rabbitmq.com/).
    
    ### Step 1: Add AMQP endpoint to MinIO
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 84K bytes
    - Viewed (0)
  5. analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/references/FirIdeNormalAnalysisSourceModuleReferenceShortenerTestGenerated.java

      }
    
      @Test
      @TestMetadata("variable.kt")
      public void testVariable() {
        runTest("analysis/analysis-api/testData/components/referenceShortener/shortenRange/variable.kt");
      }
    
      @Test
      @TestMetadata("variable2.kt")
      public void testVariable2() {
        runTest("analysis/analysis-api/testData/components/referenceShortener/shortenRange/variable2.kt");
      }
    
      @Test
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 11:41:50 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  6. analysis/analysis-api-standalone/tests-gen/org/jetbrains/kotlin/analysis/api/standalone/fir/test/cases/generated/cases/references/FirStandaloneNormalAnalysisSourceModuleReferenceShortenerTestGenerated.java

      }
    
      @Test
      @TestMetadata("variable.kt")
      public void testVariable() {
        runTest("analysis/analysis-api/testData/components/referenceShortener/shortenRange/variable.kt");
      }
    
      @Test
      @TestMetadata("variable2.kt")
      public void testVariable2() {
        runTest("analysis/analysis-api/testData/components/referenceShortener/shortenRange/variable2.kt");
      }
    
      @Test
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 11:41:50 UTC 2024
    - 51.7K bytes
    - Viewed (0)
  7. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KaFirResolver.kt

                }
                KaCompoundAccess.IncOrDecOperation.Precedence.POSTFIX -> {
                    // For postfix case, the last argument is the operation call invoked on a synthetic local variable `<unary>`. This local
                    // variable is initialized by calling the `get` function.
                    val operationCall = lastArg as? FirFunctionCall ?: return null
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 73K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/prove.go

    // its negation. If either leads to a contradiction, it can trim that
    // successor.
    func prove(f *Func) {
    	// Find induction variables. Currently, findIndVars
    	// is limited to one induction variable per block.
    	var indVars map[*Block]indVar
    	for _, v := range findIndVar(f) {
    		ind := v.ind
    		if len(ind.Args) != 2 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:21 UTC 2024
    - 48.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

                << " is used both as a variable and not a variable";
            return LogicalResult::failure();
          }
          if (is_variable && use_in_forward)
            forward_variable_inputs.insert(argument.getArgNumber());
        }
      }
    
      VLOG(3) << "Found " << forward_variable_inputs.size()
              << " variables used in forward pass of " << resource_count
              << " total resource inputs";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tfr/python/tfr_gen.py

        # Create a new scope in case the local variables are leaked.
        self.symbol_table.enter_scope(scf_scope=True)
        self.visit_block(body_def.body)
        self.visit_block(get_state.body)
        self.symbol_table.exit_scope()
    
        self.emit('\n} else {')
    
        # Create a new scope in case the local variables are leaked.
        self.symbol_table.enter_scope(scf_scope=True)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 27 15:27:03 UTC 2022
    - 55.8K bytes
    - Viewed (0)
Back to top