Searched defs:GetElement (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/test/API/commands/expression/two-files/ | ||
D | foo.m | 22 GetElement (int idx) function |
D | main.m | 5 extern char *GetElement (int idx); function |
/external/tensorflow/tensorflow/core/data/service/ | ||
D | worker.proto | 54 rpc GetElement(GetElementRequest) returns (GetElementResponse); rpc |
D | data_service.cc | 274 Status GetElement(const GetElementRequest& req, in GetElement() function in tensorflow::data::GrpcDataTransferClient |
D | worker_impl.cc | 180 Status DataServiceWorkerImpl::GetElement(const GetElementRequest* request, in GetElement() function in tensorflow::data::DataServiceWorkerImpl |
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ | ||
D | collection_ops_util.cc | 76 Value GetElement(Value index, Value buffer, OpBuilder builder, Location loc, in GetElement() function |