Home
last modified time | relevance | path

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

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