Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Out0 (0.07 sec)

  1. src/cmd/link/link_test.go

    				fs[i+1] = []byte("a.out")
    				break
    			}
    		}
    		out = bytes.Join(fs, []byte{' '})
    
    		if i == 0 {
    			out0 = out
    			continue
    		}
    		if !bytes.Equal(out0, out) {
    			t.Fatalf("output differ:\n%s\n==========\n%s", out0, out)
    		}
    	}
    }
    
    // TestResponseFile tests that creating a response file to pass to the
    // external linker works correctly.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:02 UTC 2024
    - 43.5K bytes
    - Viewed (0)
  2. tensorflow/c/c_api_test.cc

        grad_outputs_vec.assign(grad_outputs, grad_outputs + 2);
        csession->SetOutputs(grad_outputs_vec);
        csession->Run(s_);
        ASSERT_EQ(TF_OK, TF_GetCode(s_)) << TF_Message(s_);
        TF_Tensor* out0 = csession->output_tensor(0);
        TF_Tensor* out1 = csession->output_tensor(1);
    
        std::vector<TF_Output> expected_grad_outputs_vec;
        expected_grad_outputs_vec.assign(expected_grad_outputs,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 96.9K bytes
    - Viewed (0)
Back to top