Home
last modified time | relevance | path

Searched defs:bcast (Results 1 – 25 of 82) sorted by relevance

1234

/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dstrided_slice_op_test.cc98 StridedSliceAssignBCast bcast(test_pair.from, test_pair.to); in TEST() local
118 StridedSliceAssignBCast bcast(test_pair.from, test_pair.to); in TEST() local
137 StridedSliceAssignBCast bcast(test_pair.from, test_pair.to); in TEST() local
160 StridedSliceAssignBCast bcast(test_pair.from, test_pair.to); in TEST() local
198 StridedSliceAssignBCast bcast(test_pair.from, test_pair.to); in TEST() local
215 StridedSliceAssignBCast bcast(test_pair.from, test_pair.to); in TEST() local
240 StridedSliceAssignBCast bcast(test_pair.from, test_pair.to); in TEST() local
264 StridedSliceAssignBCast bcast(test_pair.from, test_pair.to); in TEST() local
292 StridedSliceAssignBCast bcast(test_pair.from, test_pair.to); in TEST() local
315 StridedSliceAssignBCast bcast(test_pair.from, test_pair.to); in TEST() local
[all …]
H A Dmatmul_bcast_test.cc38 MatMulBCast bcast({1, 5, 3}, {4, 3, 7}); in TEST() local
51 MatMulBCast bcast({5, 3}, {3, 7}); in TEST() local
64 MatMulBCast bcast({2, 4, 6, 5, 3}, {2, 4, 6, 3, 7}); in TEST() local
118 MatMulBCast bcast({3, 1, 5, 3}, {1, 4, 3, 7}); in TEST() local
130 MatMulBCast bcast({3, 1, 5, 3}, {2, 1, 2, 3, 7}); in TEST() local
H A Dbcast.h36 const gtl::InlinedVector<int64_t, 4>& bcast, in ComputeBatchIndices()
95 const Vec& bcast(int i) const { return bcast_[i]; } in bcast() function
H A Dstrided_slice_op.h135 const Vec& bcast() const { return bcast_; } in bcast() function
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dops_util_test.cc126 static void VerifyBoundaries(bcast_struct bcast, error::Code code) { in VerifyBoundaries()
134 static void VerifyBcastValues(bcast_struct bcast) { in VerifyBcastValues()
180 bcast_struct bcast = {{2, 3, 1, 2, 0}, {0, 3}}; in TEST_F() local
186 bcast_struct bcast[] = { in TEST_F() local
198 bcast_struct bcast[] = { in TEST_F() local
210 bcast_struct bcast[] = { in TEST_F() local
222 bcast_struct bcast[] = { in TEST_F() local
233 bcast_struct bcast[] = { in TEST_F() local
244 bcast_struct bcast[] = { in TEST_F() local
254 bcast_struct bcast[] = { in TEST_F() local
[all …]
H A Dtraining_ops_gpu.cu.cc266 Eigen::array<typename TTypes<T>::Tensor::Index, 1> bcast; in operator ()() local
557 Eigen::array<typename TTypes<T>::Tensor::Index, 1> bcast; in operator ()() local
592 Eigen::array<typename TTypes<T>::Tensor::Index, 1> bcast; in operator ()() local
628 Eigen::array<typename TTypes<T>::Tensor::Index, 1> bcast; in operator ()() local
668 Eigen::array<typename TTypes<T>::Tensor::Index, 1> bcast; in operator ()() local
742 Eigen::array<typename TTypes<T>::Tensor::Index, 1> bcast; in operator ()() local
763 Eigen::array<typename TTypes<T>::Tensor::Index, 1> bcast; in operator ()() local
905 Eigen::array<typename TTypes<T>::Tensor::Index, 1> bcast; in operator ()() local
936 Eigen::array<typename TTypes<T>::Tensor::Index, 1> bcast; in operator ()() local
1021 Eigen::array<typename TTypes<T>::Tensor::Index, 1> bcast; in operator ()() local
[all …]
H A Dbcast_ops.cc46 BCast bcast(shapes[0], shapes[1]); in Compute() local
95 BCast bcast(shapes[0], shapes[1]); in Compute() local
H A Dcwise_ops_common.h60 BCast bcast; member
155 auto& bcast = state.bcast; in Compute() local
H A Drandom_binomial_op.cc342 tensorflow::BCast bcast(counts_tensor.shape().dim_sizes(), in Compute() local
459 tensorflow::BCast bcast(counts_tensor.shape().dim_sizes(), in Compute() local
H A Dpooling_ops_3d.cc260 bcast; in launch() local
455 bcast; in launch() local
H A Dxent_op.cc48 BCast bcast(BCast::FromShape(logits_in.shape()), in Compute() local
H A Dbroadcast_to_op.cc76 BCast bcast(BCast::FromShape(input_shape), BCast::FromShape(output_shape), in Compute() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_rematerialization_test_utils.h64 auto bcast = builder.AddInstruction( variable
109 auto bcast = builder.AddInstruction( variable
H A Dall_gather_broadcast_reorder.cc52 HloBroadcastInstruction *bcast = in Run() local
190 HloInstruction *bcast = computation->AddInstruction( in Run() local
H A Dhlo_rematerialization_test.cc74 const HloInstruction* bcast = concat->operand(0); in TEST_F() local
364 auto bcast = builder.AddInstruction( in TEST_F() local
521 auto bcast = builder.AddInstruction( in TEST_P() local
821 const HloInstruction* bcast = concat->operand(0)->operand(0); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dbcast_ops.cc53 BCast bcast(shapes[0], shapes[1]); in Compile() local
110 BCast bcast(shapes[0], shapes[1]); in Compile() local
H A Dmatrix_triangular_solve_op.cc45 MatMulBCast bcast(BCast::FromShape(lhs_shape), BCast::FromShape(rhs_shape)); in Compile() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/
H A Dtf_jitrt_math_approximation.cc150 auto bcast = [&](Value value) -> Value { in ldexp() local
201 auto bcast = [&](Value value) -> Value { in matchAndRewrite() local
263 auto bcast = [&](Value value) -> Value { in matchAndRewrite() local
/aosp_15_r20/packages/apps/Protips/src/com/android/protips/
DProtipWidget.java148 final Intent bcast = new Intent(context, ProtipWidget.class); in onReceiveAsync() local
196 Intent bcast = new Intent(context, ProtipWidget.class); in buildUpdate() local
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/net/
DDhcpServerTest.py736 def _run_win10_request_renewing(self, bcast): argument
810 def _run_debian_renewing(self, bcast): argument
833 def _assert_standard_offer_or_ack(self, resp, renewing=False, bcast=False, argument
877 def _request_address(self, hwaddr, bcast=True): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dsymbolic_shapes.cc102 BCast bcast(ShapeDims(left), ShapeDims(right), in ShapesBroadcastable() local
118 BCast bcast(ShapeDims(left), ShapeDims(right), in ShapeAfterBroadcast() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Analysis/
H A Dshape_component_analysis.cc88 } else if (auto bcast = in visit() local
126 } else if (auto bcast = value.getDefiningOp<shape::BroadcastOp>()) { in visit() local
201 } else if (auto bcast = value.getDefiningOp<shape::BroadcastOp>()) { in visit() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/lib/
H A Dbroadcast.cc45 tensorflow::BCast bcast(tensorflow::BCast::FromShape(lhs_tf_shape), in BroadcastOpsToSame() local
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_forced_eval.cpp61 Eigen::array<int, 2> bcast; in test_const() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgemm_broadcast_folding_rewriter.cc42 HloInstruction *bcast; in HandleCustomCall() local

1234