Home
last modified time | relevance | path

Searched defs:shape_ptr (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_runtime.cc237 const void* shape_ptr, int32_t size_bytes) { in DecodeSelfDescribingShapeConstant()
250 std::string ShapeString(const void* shape_ptr, int32_t shape_length) { in ShapeString()
325 void* buffer_ptr, const void* shape_ptr, int32_t shape_length) { in __xla_cpu_runtime_ReleaseInfeedBufferAfterDequeue()
343 const void* shape_ptr, int32_t shape_length) { in __xla_cpu_runtime_AcquireOutfeedBufferForPopulation()
366 void* buffer_ptr, const void* shape_ptr, int32_t shape_length) { in __xla_cpu_runtime_ReleaseOutfeedBufferAfterPopulation()
764 int32_t reduction_kind, const void* shape_ptr, int32_t shape_length, in __xla_cpu_runtime_AllReduce()
/external/tensorflow/tensorflow/core/util/sparse/
Dsparse_tensor.cc156 const int64_t* const shape_ptr = shape_.data(); in IndicesValidMatrix32BitFastPath() local
227 const int64_t* const shape_ptr = shape_.data(); in IndicesValidHelper() local
/external/tensorflow/tensorflow/core/kernels/
Dsparse_to_dense_op_gpu.cu.cc151 const Index* shape_ptr = shape.flat<Index>().data(); in operator ()() local