Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 106 of 106 for fromlen (0.39 sec)

  1. tensorflow/compiler/mlir/lite/tf_tfl_passes.cc

      // This decomposes resource ops like ResourceGather into read-variable op
      // followed by gather. This is used when the saved model import path is used
      // during which resources don't get frozen in the python layer.
      pass_manager->addNestedPass<mlir::func::FuncOp>(
          mlir::TFDevice::CreateDecomposeResourceOpsPass());
    
      pass_manager->addPass(mlir::TF::CreateTFRegionControlFlowToFunctional());
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 18:45:51 UTC 2024
    - 25.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/freeze_variables.mlir

        %1 = "tf.AddV2"(%arg0, %0) : (tensor<0xf32>, tensor<0xf32>) -> tensor<0xf32>
        func.return %1 : tensor<0xf32>
      }
    }
    
    // -----
    
    // Test variable is frozen when it is used inside `TF::BatchFunctionOp` without
    // assignment.
    
    module {
      func.func private @f_batch_callee(%arg0: tensor<?xf32>, %arg1: tensor<*x!tf_type.resource>) -> (tensor<?xf32>, tensor<0xf32>) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 23.6K bytes
    - Viewed (0)
  3. src/text/tabwriter/tabwriter.go

    // translates tabbed columns in input into properly aligned text.
    //
    // The package is using the Elastic Tabstops algorithm described at
    // http://nickgravgaard.com/elastictabstops/index.html.
    //
    // The text/tabwriter package is frozen and is not accepting new features.
    package tabwriter
    
    import (
    	"fmt"
    	"io"
    	"unicode/utf8"
    )
    
    // ----------------------------------------------------------------------------
    // Filter implementation
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 29 16:46:34 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/jvm/toolchains.adoc

    ----
    org.gradle.java.installations.fromEnv=JDK8,JRE17
    ----
    
    Additionally, you can provide a comma-separated list of paths to specific installations using the `org.gradle.java.installations.paths` property.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 05:37:54 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  5. docs/de/docs/async.md

    ### Andere Formen von asynchronem Code
    
    Diese Art der Verwendung von `async` und `await` ist in der Sprache relativ neu.
    
    Aber sie erleichtert die Arbeit mit asynchronem Code erheblich.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 18:06:16 UTC 2024
    - 26.6K bytes
    - Viewed (0)
  6. cmd/notification.go

    	}
    	return sys.collectPeerMetrics(ctx, peerChannels, g)
    }
    
    // ServiceFreeze freezes all S3 API calls when 'freeze' is true,
    // 'freeze' is 'false' would resume all S3 API calls again.
    // NOTE: once a tenant is frozen either two things needs to
    // happen before resuming normal operations.
    //   - Server needs to be restarted 'mc admin service restart'
    //   - 'freeze' should be set to 'false' for this call
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 44.9K bytes
    - Viewed (0)
Back to top