Home
last modified time | relevance | path

Searched defs:hasWeight (Results 1 – 5 of 5) sorted by relevance

/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
DWeightedBackendServiceOrBuilder.java109 boolean hasWeight(); in hasWeight() method
DHealthStatusOrBuilder.java302 boolean hasWeight(); in hasWeight() method
DWeightedBackendService.java201 public boolean hasWeight() { in hasWeight() method in WeightedBackendService
958 public boolean hasWeight() { in hasWeight() method in WeightedBackendService.Builder
DHealthStatus.java891 public boolean hasWeight() { in hasWeight() method in HealthStatus
2456 public boolean hasWeight() { in hasWeight() method in HealthStatus.Builder
/external/pytorch/torch/csrc/jit/tensorexpr/operators/
Dnorm.cpp12 bool hasWeight = true; in computeBatchNorm() local