Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for feedsif (0.1 sec)

  1. tensorflow/cc/client/client_session.cc

                              std::vector<Tensor>* outputs,
                              RunMetadata* run_metadata) const {
      std::vector<std::pair<string, Tensor>> feeds;
      feeds.reserve(inputs.size());
      for (auto const& feed : inputs) {
        TF_RETURN_IF_ERROR(feed.second.status);
        feeds.emplace_back(std::piecewise_construct,
                           std::forward_as_tuple(feed.first.name()),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 28 09:04:10 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/util/proxy/streamtranslator.go

    		Status: metav1.StatusSuccess,
    	}})
    	metrics.IncStreamTranslatorRequest(req.Context(), strconv.Itoa(http.StatusOK))
    }
    
    // translatorSizeQueue feeds the size events from the WebSocket
    // resizeChan into the SPDY client input. Implements TerminalSizeQueue
    // interface.
    type translatorSizeQueue struct {
    	resizeChan chan remotecommand.TerminalSize
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 27 23:21:55 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top