Requires that x and y have the same shape or have
broadcast-compatible
shapes. For example, x and y can be:
Two single elements of type bool.
One tf.Tensor of type bool and one single bool, where the result will
be calculated by applying logical OR with the single element to each
element in the larger Tensor.
Two tf.Tensor objects of type bool of the same shape. In this case,
the result will be the element-wise logical OR of the two input tensors.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-01-23 UTC."],[],[]]