Home
last modified time | relevance | path

Searched refs:child_shape (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dpack_op.cc74 TensorShape child_shape(shapes[0]); in Compile() local
75 child_shape.InsertDim(axis, 1); in Compile()
79 reshaped_inputs[i] = xla::Reshape(values[i], child_shape.dim_sizes()); in Compile()
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dtpu_client.cc456 for (const auto& child_shape : shape.tuple_shapes()) { in AllocateBuffer() local
458 AllocateBuffer(child_shape, client, device)); in AllocateBuffer()