Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for oc_if_ (0.18 sec)

  1. tests/integration/telemetry/api/wasmplugin_test.go

    	applyAndTestCustomWasmConfigWithOCI(ctx, c, wasmConfigFile)
    }
    
    func applyAndTestCustomWasmConfigWithOCI(ctx framework.TestContext, c wasmTestConfigs, path string) {
    	ctx.NewSubTest("OCI_" + c.desc).Run(func(t framework.TestContext) {
    		defer func() {
    			generation++
    		}()
    		mapTagToVersionOrFail(t, c.tag, c.upstreamVersion)
    		wasmModuleURL := fmt.Sprintf("oci://%v/%v:%v", registry.Address(), imageName, c.tag)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/extract_outside_compilation_pass_test.cc

        // Verify we have an "If" to choose outside compilation between then_branch
        // and else_branch, and it has `recv_if_pred_node` as cond input.
        Node *if_oc_node = node_name_index["oc_if_if"];
        EXPECT_NE(if_oc_node, nullptr);
        Node *if_oc_node_cond_input;
        TF_CHECK_OK(if_oc_node->input_node(0, &if_oc_node_cond_input));
        EXPECT_EQ(if_oc_node_cond_input, recv_if_pred_node);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 41K bytes
    - Viewed (0)
Back to top