/external/llvm-project/lldb/test/API/commands/expression/two-files/ |
D | main.m | 5 extern char *GetElement (int idx); function 16 char *string = GetElement (0); // Set breakpoint here, then do 'expr (NSArray*)array_token'.
|
D | foo.m | 22 GetElement (int idx) function
|
/external/tensorflow/tensorflow/core/data/service/ |
D | grpc_worker_impl.h | 43 return impl_.GetElement(request, response); in get_element_getter() 52 HANDLER(GetElement);
|
D | data_service.cc | 274 Status GetElement(const GetElementRequest& req, in GetElement() function in tensorflow::data::GrpcDataTransferClient 287 grpc::Status s = stub_->GetElement(&ctx, req, &resp); in GetElement() 335 Status DataServiceWorkerClient::GetElement(const GetElementRequest& req, in GetElement() function in tensorflow::data::DataServiceWorkerClient 338 return client_->GetElement(req, resp); in GetElement()
|
D | grpc_worker_impl.cc | 46 HANDLER(GetElement);
|
D | data_transfer.h | 42 virtual Status GetElement(const GetElementRequest& req,
|
D | worker_impl.h | 54 Status GetElement(const GetElementRequest* request,
|
D | worker.proto | 54 rpc GetElement(GetElementRequest) returns (GetElementResponse); rpc
|
D | data_service.h | 153 Status GetElement(const GetElementRequest& req, GetElementResponse& resp);
|
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.h | 57 Value GetElement(Value index, Value buffer, OpBuilder builder, Location loc,
|
D | collection_ops_util.cc | 76 Value GetElement(Value index, Value buffer, OpBuilder builder, Location loc, in GetElement() function 311 GetElement(index, buffer, builder, loc, /*keep_slice_shape=*/true); in ScatterAccumulateElements()
|
D | tensor_array_ops_decomposition.cc | 240 auto elem = cutil::GetElement(index_reshape, buffer, builder, read.getLoc()); in HandleTensorArrayReadV3Op() 266 cutil::GetElement(index_reshape, buffer, builder, write.getLoc(), in HandleTensorArrayWriteV3Op()
|
D | tensor_list_ops_decomposition.cc | 679 auto element = cutil::GetElement(new_size, new_buffer, builder, pop.getLoc()); in HandleTensorListPopBackOp() 700 cutil::GetElement(index, buffer, OpBuilder(get_item), get_item.getLoc()); in HandleTensorListGetItemOp()
|
D | stack_ops_decomposition.cc | 458 auto pop_val = cutil::GetElement(new_size, stack_val, builder, pop.getLoc()); in HandleStackPopV2Op()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | data_service_dataset_op.cc | 690 return task.worker->GetElement(req, resp); in TryGetElement()
|