Home
last modified time | relevance | path

Searched defs:num_fetches (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmessage_wrappers.cc76 size_t InMemoryRunStepRequest::num_fetches() const { return fetches_.size(); } in num_fetches() function in tensorflow::InMemoryRunStepRequest
177 size_t MutableProtoRunStepRequest::num_fetches() const { in num_fetches() function in tensorflow::MutableProtoRunStepRequest
259 size_t ProtoRunStepRequest::num_fetches() const { in num_fetches() function in tensorflow::ProtoRunStepRequest
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c561 unsigned num_fetches; in si_llvm_load_input_vs() local