Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for grandparent (0.15 sec)

  1. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirExpressionTypeProvider.kt

            parent is R && check(parent, this) -> parent
            parent is KtQualifiedExpression && parent.selectorExpression == this -> {
                val grandParent = parent.nonContainerParent
                when {
                    grandParent is R && check(grandParent, parent) -> grandParent
                    else -> null
                }
            }
            else -> null
        }
    }
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 24.4K bytes
    - Viewed (0)
  2. samples/addons/grafana.yaml

    traffic. For ingress and istio-proxy, the data is per instance.\n- **Bytes transferred / sec:** shows the number of bytes flowing through each Istio component.\n\n\n","mode":"markdown"},"pluginVersion":"10.1.5","title":"Performance Dashboard README","transparent":true,"type":"text"},{"collapsed":false,"datasource":{"type":"prometheus","uid":"${datasource}"},"gridPos":{"h":1,"w":24,"x":0,"y":7},"id":6,"panels":[],"targets":[{"datasource":{"type":"prometheus","uid":"${datasource}"},"refId":"A"}],"title":"vCPU...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/listener_inbound.go

    				ExactBalance: &listener.Listener_ConnectionBalanceConfig_ExactBalance{},
    			},
    		}
    	}
    	if !bindToPort && lb.node.GetInterceptionMode() == model.InterceptionTproxy {
    		l.Transparent = proto.BoolTrue
    	}
    
    	accessLogBuilder.setListenerAccessLog(lb.push, lb.node, l, istionetworking.ListenerClassSidecarInbound)
    	l.FilterChains = chains
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    //   body_fn(old_values, &new_values, ...);
    //   old_values = new_values;
    // }
    // ```
    //
    // Under the hood an induction variable is prepended to values to control the
    // number of iterations, but that is transparent to `body_fn`, which does not
    // need to care about that.
    static void CreateWhile32(Location loc, int num_iterations,
                              WhileBodyFnType body_fn, ArrayRef<Value> init_values,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  5. RELEASE.md

            libraries and headers.
        *   TF code now resides in `tensorflow_core` and `tensorflow` is just a
            virtual pip package. No code changes are needed for projects using
            TensorFlow, the change is transparent
    *   XLA
        *   XLA HLO graphs can be inspected with interactive_graphviz tool now.
    *   Estimator
        *   Use tf.compat.v1.estimator.inputs instead of tf.estimator.inputs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top