Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for e_descr (0.08 sec)

  1. src/internal/trace/trace_test.go

    	"strings"
    	"testing"
    )
    
    func TestTraceAnnotations(t *testing.T) {
    	testTraceProg(t, "annotations.go", func(t *testing.T, tb, _ []byte, _ bool) {
    		type evDesc struct {
    			kind trace.EventKind
    			task trace.TaskID
    			args []string
    		}
    		want := []evDesc{
    			{trace.EventTaskBegin, trace.TaskID(1), []string{"task0"}},
    			{trace.EventRegionBegin, trace.TaskID(1), []string{"region0"}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/xla_launch_util.cc

        TF_ASSIGN_OR_RETURN(definition_event, stream->parent()->CreateEvent());
        TF_RETURN_IF_ERROR(stream->RecordEvent(definition_event.get()));
      }
    
      for (const XlaOutputDescription& descr : compilation_result->outputs) {
        if (descr.type == DT_VARIANT) {
          return errors::Unimplemented(
              "Support for TensorList crossing the XLA/TF boundary "
              "is not implemented");
        }
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 00:36:08 UTC 2024
    - 40.4K bytes
    - Viewed (0)
Back to top