Home
last modified time | relevance | path

Searched defs:dim0_value (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dmath_ops.cc1219 auto dim0_value = dim0->scalar<int32>()(); in SparseSegmentReductionGradShapeFn() local
1261 auto dim0_value = dim0->scalar<int32>()(); in SparseSegmentReductionWithNumSegmentsShapeFn() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/
H A DGEMM.cpp75 bool validate_zero_padding(unsigned int dim0_value, unsigned int dim1_value) in validate_zero_padding()