Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 173 for redirection (0.22 sec)

  1. tensorflow/compiler/jit/xla_cluster_util.cc

    }
    
    // Helper for GetNodesRelatedToRefVariables that traverses the graph in one
    // direction.
    Status GetNodesRelatedToRefVariablesInDirection(
        const Graph& graph, FunctionLibraryRuntime* lib_runtime,
        Direction direction, int depth, absl::flat_hash_set<Node*>* result) {
      std::vector<Node*> nodes_in_order;
      if (direction == Direction::kForward) {
        GetReversePostOrder(graph, &nodes_in_order,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 29 08:39:39 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  2. src/cmd/vendor/github.com/google/pprof/internal/driver/html/stacks.js

      }
    
      function renderGroup(depth, xscale, x, y, g, direction) {
        // Skip if not wide enough.
        const width = groupWidth(xscale, g);
        if (width < MIN_WIDTH) return;
    
        // Draw the box for g.src (except for selected element in upwards direction
        // since that duplicates the box we added in downwards direction).
        if (depth != 0 || direction > 0) {
          const box = {
            x:      x,
            y:      y,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster_builder.go

    					},
    				}
    			}
    		}
    	}
    
    	ec := newClusterWrapper(c)
    	cb.setUpstreamProtocol(ec, port)
    	addTelemetryMetadata(c, port, service, direction, inboundServices)
    	if direction == model.TrafficDirectionOutbound {
    		// If stat name is configured, build the alternate stats name.
    		if len(cb.req.Push.Mesh.OutboundClusterStatName) != 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 31.6K bytes
    - Viewed (0)
  4. pilot/pkg/model/service_test.go

    			d, s, h, p := ParseSubsetKey(tt.input)
    			if d != tt.direction {
    				t.Errorf("Expected direction %v got %v", tt.direction, d)
    			}
    			if s != tt.subsetName {
    				t.Errorf("Expected subset %v got %v", tt.subsetName, s)
    			}
    			if h != tt.hostname {
    				t.Errorf("Expected hostname %v got %v", tt.hostname, h)
    			}
    			if p != tt.port {
    				t.Errorf("Expected direction %v got %v", tt.port, p)
    			}
    		})
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  5. istioctl/pkg/proxyconfig/proxyconfig.go

    	clusterConfigCmd.PersistentFlags().StringVar(&fqdn, "fqdn", "", "Filter clusters by substring of Service FQDN field")
    	clusterConfigCmd.PersistentFlags().StringVar(&direction, "direction", "", "Filter clusters by Direction field")
    	clusterConfigCmd.PersistentFlags().StringVar(&subset, "subset", "", "Filter clusters by substring of Subset field")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 03:28:36 UTC 2024
    - 48K bytes
    - Viewed (0)
  6. istioctl/pkg/ztunnelconfig/ztunnelconfig.go

    			}
    		}),
    		ValidArgsFunction: completion.ValidPodsNameArgs(ctx),
    	}
    
    	common.attach(cmd)
    	cmd.PersistentFlags().StringVar(&direction, "direction", "", "Filter workloads by direction (inbound or outbound)")
    	cmd.PersistentFlags().BoolVar(&raw, "raw", false, "If set, show IP addresses instead of names")
    	cmd.PersistentFlags().StringVar(&workloadsNamespace, "workload-namespace", "",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 20:18:34 UTC 2024
    - 22K bytes
    - Viewed (0)
  7. docs/fa/docs/index.md

    ---
    
    <div style="text-align: left; direction: ltr;">"If you're looking to learn one <strong>modern framework</strong> for building REST APIs, check out <strong>FastAPI</strong> [...] It's fast, easy to use and easy to learn [...]"</div>
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 23:58:47 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/css/base.css

        #content h3[id], #content h4[id] {
            margin-top: -60px;
        }
    
        .site-header__navigation {
            flex-direction: row;
        }
    
        .site-header__navigation-button {
            display: none;
        }
    
        .site-header__navigation-items {
            flex-direction: row;
            align-items: center;
            float: right;
            width: auto;
            padding-top: 0;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/direction/FessEnv.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.mylasta.direction;
    
    import org.lastaflute.core.direction.ObjectiveConfig;
    import org.lastaflute.core.direction.exception.ConfigPropertyNotFoundException;
    
    /**
     * @author FreeGen
     */
    public interface FessEnv {
    
        /** The key of the configuration. e.g. warm */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf_patterns.td

    //===----------------------------------------------------------------------===//
    
    class DirectComparePat<Op FromOp, CHLO_ComparisonDirectionValue direction>
      : Pat<(FromOp AnyTensor:$l, AnyTensor:$r),
            (CHLO_BroadcastCompareOp
               $l, $r, (BinBroadcastDimensions $l, $r), direction,
               (CHLO_DEFAULT_COMPARISON_TYPE))>;
    
    def : DirectComparePat<TF_GreaterOp, CHLO_ComparisonDirectionValue<"GT">>;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 34.8K bytes
    - Viewed (0)
Back to top