Home
last modified time | relevance | path

Searched refs:XLA_ShapeIndex (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/tpu/
Dc_api_decl.h250 typedef struct XLA_ShapeIndex { struct
253 } XLA_ShapeIndex; argument
257 XLA_ShapeIndex* unowned_indices;
266 XLA_ShapeIndex* aliased_indices;
Dc_api_conversions.h61 XLA_ShapeIndex ToC(const xla::ShapeIndex& xla_shape);
62 xla::ShapeIndex FromC(XLA_ShapeIndex* c_shape);
63 void Free(XLA_ShapeIndex*);
Dc_api_conversions.cc317 XLA_ShapeIndex ToC(const xla::ShapeIndex& xla_shape) { in ToC()
318 XLA_ShapeIndex c_shape; in ToC()
327 xla::ShapeIndex FromC(XLA_ShapeIndex* c_shape) { in FromC()
366 void Free(XLA_ShapeIndex* shape_index) { delete[] shape_index; } in Free()
Dtpu_executor_c_api.h316 XLA_ShapeIndex* array);
/external/tensorflow/tensorflow/core/tpu/
Dtpu_on_demand_compiler.cc125 se_args[i]->unowned_indices = new XLA_ShapeIndex[unowned_indices.size()]; in ExecuteAsyncOnStream()