HomeSort by relevance Sort by last modified time
    Searched refs:edge_name (Results 1 - 14 of 14) sorted by null

  /external/tensorflow/tensorflow/core/common_runtime/sycl/
sycl_device_context.h 38 void CopyDeviceTensorToCPU(const Tensor *device_tensor, StringPiece edge_name,
sycl_device_context.cc 103 StringPiece edge_name,
  /external/tensorflow/tensorflow/core/common_runtime/
copy_tensor.cc 51 Allocator* out_allocator, StringPiece edge_name,
109 Allocator* out_allocator, StringPiece edge_name,
122 [edge_name, src, send_dev_context, out_allocator, status_cb](
137 send_dev_context->CopyDeviceTensorToCPU(&from, edge_name, src, to,
161 send_dev_context->CopyDeviceTensorToCPU(input, edge_name, src, output,
234 void CopyTensor::ViaDMA(StringPiece edge_name, DeviceContext* send_dev_context,
240 port::Tracing::ScopedAnnotation annotation(edge_name);
241 VLOG(1) << "Copy " << edge_name;
292 out_allocator, edge_name, dst, output](StatusCallback delete_and_done_,
299 CopyHostToDevice(cpu_tensor, cpu_allocator, out_allocator, edge_name,
    [all...]
copy_tensor.h 40 // local process via some DMA-like method. "edge_name" is the name
45 static void ViaDMA(StringPiece edge_name, DeviceContext* send_dev_context,
graph_runner.cc 65 string edge_name = parsed.edge_name.ToString(); variable
66 if (table_.count(edge_name) > 0) {
69 table_[edge_name] = val;
78 string key = parsed.edge_name.ToString();
gpu_device_context.h 59 void CopyDeviceTensorToCPU(const Tensor* device_tensor, StringPiece edge_name,
rendezvous_mgr.cc 110 CopyTensor::ViaDMA(parsed.edge_name, send_args.device_context,
  /external/tensorflow/tensorflow/core/framework/
rendezvous.h 68 StringPiece edge_name; member in struct:tensorflow::Rendezvous::ParsedKey
rendezvous.cc 46 edge_name = StringPiece(buf_.data() + (b.edge_name.data() - b_base),
47 b.edge_name.size());
109 out->edge_name = StringPiece(parts[3].data(), parts[3].size());
  /frameworks/base/tools/aapt2/compile/
NinePatch.cpp 224 int32_t* layout_end, const StringPiece& edge_name,
228 err_stream << "too many padding sections on " << edge_name << " border"; local
248 err_stream << "too many layout bounds sections on " << edge_name local
263 err_stream << "layout bounds on " << edge_name local
274 err_stream << "layout bounds on " << edge_name local
  /external/tensorflow/tensorflow/core/distributed_runtime/
base_rendezvous_mgr.cc 281 CopyTensor::ViaDMA(parsed.edge_name, send_args.device_context,
  /external/v8/src/profiler/
heap-snapshot-generator.cc 88 const char* prefix, const char* edge_name, int max_depth, int indent) {
91 prefix, edge_name);
111 const char* edge_name = index.start(); local
115 edge_name = edge.name();
122 edge_name = edge.name();
125 edge_name = edge.name();
133 edge_name = edge.name();
137 edge_name = edge.name();
142 edge.to()->Print(edge_prefix, edge_name, max_depth, indent + 2);
    [all...]
heap-snapshot-generator.h 129 const char* prefix, const char* edge_name, int max_depth, int indent);
  /external/autotest/client/site_tests/firmware_TouchMTB/
validators.py 723 edge_name = direction.split('_')[-1]
724 metric_name = self.mnprops.RANGE.format(edge_name)
    [all...]

Completed in 344 milliseconds