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.cc74 size_t InMemoryRunStepRequest::num_fetches() const { return fetches_.size(); } in num_fetches() function in tensorflow::InMemoryRunStepRequest
175 size_t MutableProtoRunStepRequest::num_fetches() const { in num_fetches() function in tensorflow::MutableProtoRunStepRequest
257 size_t ProtoRunStepRequest::num_fetches() const { in num_fetches() function in tensorflow::ProtoRunStepRequest
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_vs.c144 unsigned num_fetches; in load_input_vs() local