Home
last modified time | relevance | path

Searched refs:kBroadcasting (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/linalg/
Deinsum_op_impl.h75 kBroadcasting = 0, enumerator
299 label_types->resize(num_named_labels + max_bcast_dims, kBroadcasting); in ProcessDimensions()
501 if (label_types[label] == kBroadcasting || label_types[label] == kBatch) { in ReduceOperand()
520 const int64 output_size = reshape[kBroadcasting] * reshape[kBatch] * in ReduceOperand()
653 if (label_types[label] == EinsumHelper::kBroadcasting) in Compute()