Searched refs:coords_ (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
D | tpu_client.h | 38 coords_(coords) {} in PjRtTpuDevice() 40 const std::array<int, 3>& coords() const { return coords_; } in coords() 46 coords_[0], coords_[1], coords_[2], core_.index()); in DebugString() 51 const std::array<int, 3> coords_; variable
|
/external/harfbuzz_ng/src/ |
D | hb-cff2-interp-cs.hh | 83 const int *coords_=nullptr, unsigned int num_coords_=0) in init() 87 coords = coords_; in init()
|
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/ |
D | tpu_client.h | 48 const std::array<int, 3>& coords() const { return coords_; } in coords() 79 const std::array<int, 3> coords_; variable
|
D | tpu_client.cc | 42 coords_(coords), in TpuDevice() 47 coords_[0], coords_[1], coords_[2], core_on_chip_); in DebugString()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineExtendedDynamicStateTests.cpp | 136 VertexWithPadding (const tcu::Vec2& coords_) in VertexWithPadding() argument 137 : coords (coords_) in VertexWithPadding() 196 VertexWithExtraAttributes (const tcu::Vec2& coords_) in VertexWithExtraAttributes() argument 197 : coords (coords_) in VertexWithExtraAttributes()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 4183 ManyDrawsVertex (const tcu::Vec2& coords_, const Color& color_) : coords(coords_), color(color_) {} in ManyDrawsVertex()
|