Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for label_best (0.09 sec)

  1. pkg/config/labels/instance_test.go

    // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package labels_test
    
    import (
    	"testing"
    
    	"istio.io/istio/pkg/config/labels"
    	"istio.io/istio/pkg/test/util/assert"
    )
    
    func TestInstance(t *testing.T) {
    	type result struct {
    		subsetOf bool
    		selected bool
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 16 06:54:36 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/aot/tfcompile.bzl

    _tfcompile_model_library = rule(
        implementation = _tfcompile_model_library_rule_impl,
        attrs = {
            "model_name": attr.string(),
            "srcs": attr.label_list(mandatory = True, allow_files = True),
            "header_out": attr.output(),
            "cmd": attr.string(),
            "tfcompile_tool": attr.label(cfg = "exec", executable = True, allow_files = True),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 19:18:08 UTC 2024
    - 21.8K bytes
    - Viewed (0)
Back to top