Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for statusPort (0.48 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

              {{- if excludeInboundPort (annotation .ObjectMeta `status.sidecar.istio.io/port` .Values.global.proxy.statusPort) (annotation .ObjectMeta `traffic.sidecar.istio.io/excludeInboundPorts` .Values.global.proxy.excludeInboundPorts) }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    boundPorts }}" - "-d" {{- if excludeInboundPort (annotation .ObjectMeta `status.sidecar.istio.io/port` .Values.global.proxy.statusPort) (annotation .ObjectMeta `traffic.sidecar.istio.io/excludeInboundPorts` .Values.global.proxy.excludeInboundPorts) }} - "15090,15021,{{ excludeInboundPort (annotation .ObjectMeta `status.sidecar.istio.io/port` .Values.global.proxy.statusPort) (annotation .ObjectMeta `traffic.sidecar.istio.io/excludeInboundPorts` .Values.global.proxy.excludeInboundPorts) }}" {{- else...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      // Returns the inferred input type at index `idx` of the `node` in the
      // context.
      absl::StatusOr<mlir::Type> InferInputType(const Node& node, int idx,
                                                mlir::Builder builder);
    
      // Returns the inferred output type at index `idx` of the `node` in the
      // context.
      absl::StatusOr<mlir::Type> InferOutputType(const Node& node, int idx,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

        return n->name();
      }
      return std::nullopt;
    }
    
    // Add a key placeholder node to the graph. The key placeholder node will be
    // used as input for XlaRecvAtHost/XlaSendFromHost nodes.
    absl::StatusOr<Node*> AddHostComputeKeyPlaceholder(
        const string& xla_cluster_name, Graph* g) {
      NodeDef key_def;
      NodeDefBuilder builder(absl::StrCat(xla_cluster_name, "_key_placeholder"),
                             "Placeholder");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  5. tensorflow/c/c_api.cc

      mutex_lock l(graph->mu);
      auto status_or = EvaluateConstantTensor(
          output.oper->node, output.index, graph->refiner,
          [](const Node&, int) { return std::optional<Tensor>(); },
          tensorflow::EvaluateConstantTensorRunner{
              graph->graph.op_registry(),
              graph->graph.versions().producer(),
          });
      if (!status_or.ok() || !status_or->has_value()) {
        *result = nullptr;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

    #include "tensorflow/lite/tools/versioning/runtime_version.h"
    #include "tensorflow/lite/version.h"
    #include "tsl/platform/fingerprint.h"
    #include "tsl/platform/status.h"
    #include "tsl/platform/tstring.h"
    
    using absl::StatusOr;
    using llvm::dyn_cast;
    using llvm::formatv;
    using llvm::isa;
    using llvm::StringRef;
    using mlir::Dialect;
    using mlir::ElementsAttr;
    using mlir::MLIRContext;
    using mlir::ModuleOp;
    using mlir::NoneType;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

      // return type, as long as we do not change the argument shapes.
      if (failed(context.InferShapeForFunctionReturnType(func))) return failure();
      return true;
    }
    
    absl::StatusOr<SmallVector<SmallVector<int64_t>>> ParseArgumentShapes(
        absl::string_view input_shapes) {
      SmallVector<SmallVector<int64_t>> parsed_shapes;
      if (input_shapes.empty()) {
        return parsed_shapes;
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
Back to top