Home
last modified time | relevance | path

Searched defs:from_shape (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbitcast_dtypes_expander.cc41 const Shape& from_shape = input->shape(); in ExpandInstruction() local
H A Dalgebraic_simplifier.h50 bool ReshapeIsBitcast(const Shape& from_shape, const Shape& to_shape) const { in ReshapeIsBitcast()
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/structured/
H A Dstructured_tensor.py144 def from_shape( member in StructuredTensor
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dshape_util.cc1278 const Shape& from_shape, const Shape& to_shape, in ReshapeLeavesDimensionsUnmodified()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc707 const Shape& from_shape = should_broadcast_lhs ? *lhs_shape : *rhs_shape; in BinaryOp() local