Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/kernels/
Dtraining_ops_gpu.cu.cc33 Eigen::array<typename TTypes<T>::Tensor::Index, 1> bcast; in operator ()() local
47 Eigen::array<typename TTypes<T>::Tensor::Index, 1> bcast; in operator ()() local
63 Eigen::array<typename TTypes<T>::Tensor::Index, 1> bcast; in operator ()() local
88 Eigen::array<typename TTypes<T>::Tensor::Index, 1> bcast; in operator ()() local
113 Eigen::array<typename TTypes<T>::Tensor::Index, 1> bcast; in operator ()() local
154 Eigen::array<typename TTypes<T>::Tensor::Index, 1> bcast; in operator ()() local
179 Eigen::array<typename TTypes<T>::Tensor::Index, 1> bcast; in operator ()() local
203 Eigen::array<typename TTypes<T>::Tensor::Index, 1> bcast; in operator ()() local
235 Eigen::array<typename TTypes<T>::Tensor::Index, 1> bcast; in operator ()() local
Dops_util_test.cc124 static void VerifyBoundaries(bcast_struct bcast, error::Code code) { in VerifyBoundaries()
132 static void VerifyBcastValues(bcast_struct bcast) { in VerifyBcastValues()
178 bcast_struct bcast = {{2, 3, 1, 2, 0}, {0, 3}}; in TEST_F() local
184 bcast_struct bcast[] = { in TEST_F() local
196 bcast_struct bcast[] = { in TEST_F() local
208 bcast_struct bcast[] = { in TEST_F() local
220 bcast_struct bcast[] = { in TEST_F() local
231 bcast_struct bcast[] = { in TEST_F() local
242 bcast_struct bcast[] = { in TEST_F() local
252 bcast_struct bcast[] = { in TEST_F() local
[all …]
Dbcast_ops.cc46 BCast bcast(shapes[0], shapes[1]); in Compute() local
95 BCast bcast(shapes[0], shapes[1]); in Compute() local
Deigen_softmax.h51 Eigen::array<typename internal::traits<Input>::Index, 2> bcast; in eval() local
Deigen_softmax_test.cc41 Eigen::array<int, 2> bcast; in TEST() local
Dcwise_ops_common.h62 BCast bcast; member
94 BCast* bcast = &state.bcast; in Compute() local
Dpooling_ops_3d.cc258 Eigen::array<int, 5> bcast = {1, csize, rsize, psize, 1}; in launch() local
262 bcast; in launch() local
431 Eigen::array<int, 5> bcast = {1, csize, rsize, psize, 1}; in launch() local
435 bcast; in launch() local
Dunravel_index_op.cc101 Eigen::array<int64, 2> bcast({1, indices_tensor.NumElements()}); in Compute() local
Dsubstr_op.cc96 BCast bcast(BCast::FromShape(input_shape), BCast::FromShape(pos_shape)); in Compute() local
Dquantized_mul_op.cc293 BCast bcast(BCast::FromShape(x.shape()), BCast::FromShape(y.shape())); in Compute() local
Dquantized_add_op.cc466 BCast bcast(BCast::FromShape(x.shape()), BCast::FromShape(y.shape())); in Compute() local
Dquantization_utils.h839 Eigen::array<Eigen::DenseIndex, 1> bcast; in QuantizedAddUsingEigen() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization_test.cc61 auto bcast = builder.AddInstruction( in MakeRematerializableComputation() local
104 auto bcast = builder.AddInstruction( in MakeRematerializableWhileComputation() local
156 const HloInstruction* bcast = concat->operand(0); in TEST_F() local
437 auto bcast = builder.AddInstruction( in TEST_F() local
553 auto bcast = builder.AddInstruction( in TEST_P() local
Dalgebraic_simplifier_test.cc128 HloInstruction* bcast = builder.AddInstruction( in TEST_F() local
150 HloInstruction* bcast = in TEST_F() local
Dcopy_insertion_test.cc827 auto bcast = body->root_instruction()->operand(1)->operand(1); in TEST_F() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbcast_ops.cc51 BCast bcast(shapes[0], shapes[1]); in Compile() local
105 BCast bcast(shapes[0], shapes[1]); in Compile() local
Dcwise_ops.cc42 BCast bcast(BCast::FromShape(lhs_shape), BCast::FromShape(rhs_shape)); in Compile() local
/external/eigen/unsupported/test/
Dcxx11_tensor_forced_eval.cpp61 Eigen::array<int, 2> bcast; in test_const() local
/external/wpa_supplicant_8/src/wps/
Dwps.c319 const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in wps_is_addr_authorized() local
Dwps_er.c1509 u8 bcast[ETH_ALEN]; in wps_er_set_sel_reg() local
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
Dtree_utils.cc100 Eigen::array<int, 1> bcast; in GetTwoBestClassification() local
181 Eigen::array<int, 1> bcast; in GetTwoBestRegression() local
/external/libnl/lib/route/
Daddr.c977 int rtnl_addr_set_broadcast(struct rtnl_addr *addr, struct nl_addr *bcast) in rtnl_addr_set_broadcast()
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVEntry.h679 T* bcast(SPIRVEntry *E) { in bcast() function
/external/tensorflow/tensorflow/compiler/xla/tests/
Dconcat_test.cc552 auto bcast = builder.Broadcast(y, {5}); in XLA_TEST_F() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc506 BCast bcast(shape1, shape2); in MaterializeBroadcastGradientArgs() local

12