Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dir_emission_utils.cc825 std::vector<Shape> param_shapes; in Match021Transpose() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/distributions/
H A Ddistribution.py491 def param_shapes(cls, sample_shape, name="DistributionParamShapes"): member in Distribution