Home
last modified time | relevance | path

Searched defs:same_shape (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dref_var.cc51 const bool same_shape = old_lhs.shape().IsSameSize(rhs.shape()); in AssignRefVariable() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dselect.cc91 bool same_shape = HaveSameShapes(input_condition, input_x) && in SelectPrepare() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/
H A Dtf_jitrt_buffer_forwarding.cc137 auto same_shape = [](mlir::Value src, mlir::Value dst) { in matchAndRewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dbcast_test.cc686 const int same_shape = state.range(0); in BM_BCastSetup() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/
H A Dtf_cpurt_passes.cc188 auto same_shape = [](mlir::Value src, mlir::Value dst) { in matchAndRewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
H A Dtfr_ops.cc188 bool same_shape = in verify() local
/aosp_15_r20/external/pytorch/torch/_prims_common/
H A D__init__.py99 def same_shape(a: ShapeType, b: ShapeType, *, allow_rhs_unbacked=False) -> bool: function