Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for xla_context (0.28 sec)

  1. tensorflow/compiler/aot/aot_only_var_handle_op.cc

    limitations under the License.
    ==============================================================================*/
    
    #include "tensorflow/compiler/aot/aot_only_var_handle_op.h"
    
    #include "tensorflow/compiler/tf2xla/xla_context.h"
    #include "tensorflow/compiler/tf2xla/xla_op_kernel.h"
    #include "tensorflow/compiler/tf2xla/xla_op_registry.h"
    #include "tensorflow/core/framework/shape_inference.h"
    
    namespace tensorflow {
    namespace {
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 28 09:57:04 UTC 2024
    - 3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/tf2xla_rewriter.h

    #include "mlir/IR/Value.h"  // from @llvm-project
    #include "mlir/Support/LogicalResult.h"  // from @llvm-project
    #include "tensorflow/compiler/mlir/op_or_arg_name_mapper.h"
    #include "tensorflow/compiler/tf2xla/xla_context.h"
    #include "tensorflow/compiler/tf2xla/xla_expression.h"
    #include "xla/client/xla_builder.h"
    #include "xla/client/xla_computation.h"
    #include "xla/mlir_hlo/mhlo/IR/hlo_ops.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:16:07 UTC 2024
    - 5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf_with_tf2xla.cc

    #include "tensorflow/compiler/mlir/tf2xla/transforms/passes.h"
    #include "tensorflow/compiler/mlir/tf2xla/transforms/tf2xla_rewriter.h"
    #include "tensorflow/compiler/tf2xla/xla_compilation_device.h"
    #include "tensorflow/compiler/tf2xla/xla_context.h"
    #include "tensorflow/compiler/tf2xla/xla_expression.h"
    #include "tensorflow/compiler/tf2xla/xla_helpers.h"
    #include "tensorflow/compiler/tf2xla/xla_op_registry.h"
    #include "xla/client/xla_builder.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/transforms/tf2xla_rewriter.cc

          /*step_id=*/0, cleanup);
      absl::Status status = step_container_->Create(
          device_->resource_manager(),
          tensorflow::XlaContext::kXlaContextResourceName, context_);
      if (!status.ok()) {
        return emitRemark(op_->getLoc())
               << "failed to create XlaContext resource: " << status.ToString();
      }
      params_.step_container = step_container_.get();
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:16:07 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  5. istioctl/pkg/cli/option.go

    	"github.com/spf13/viper"
    	v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/client-go/tools/clientcmd"
    
    	"istio.io/istio/pkg/ptr"
    )
    
    const (
    	FlagKubeConfig     = "kubeconfig"
    	FlagContext        = "context"
    	FlagNamespace      = "namespace"
    	FlagIstioNamespace = "istioNamespace"
    )
    
    type RootFlags struct {
    	kubeconfig     *string
    	configContext  *string
    	namespace      *string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 26 18:01:27 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  6. tests/testdata/envoy_local.json

            "address": {
              "socket_address": {
                "address": "0.0.0.0",
                "port_value": 17011
              }
            },
            "filter_chains": [
              {
                "tls_context": {
                  "common_tls_context": {
                    "tls_certificates": [
                      {
                        "certificate_chain": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 02:10:15 UTC 2021
    - 9.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/cli-runtime/pkg/genericclioptions/config_flags.go

    	"k8s.io/client-go/tools/clientcmd"
    	"k8s.io/client-go/util/homedir"
    	utilpointer "k8s.io/utils/pointer"
    )
    
    const (
    	flagClusterName        = "cluster"
    	flagAuthInfoName       = "user"
    	flagContext            = "context"
    	flagNamespace          = "namespace"
    	flagAPIServer          = "server"
    	flagTLSServerName      = "tls-server-name"
    	flagInsecure           = "insecure-skip-tls-verify"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 11 15:04:11 UTC 2023
    - 16.9K bytes
    - Viewed (0)
Back to top