Searched defs:use_static_shape (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/bayesflow/python/kernel_tests/
H A Dmcmc_diagnostics_test.py34 def use_static_shape(self): member in class:_EffectiveSampleSizeTest
36 "Subclass failed to implement `use_static_shape`.")
47 input=x_, shape=x_.shape if self.use_static_shape else None)
52 if self.use_static_shape:
187 input=x_, shape=x_.shape if self.use_static_shape else None)
214 input=x_, shape=x_.shape if self.use_static_shape else None)
234 def use_static_shape(self): member in class:EffectiveSampleSizeStaticTest
241 def use_static_shape(self): member in class:EffectiveSampleSizeDynamicTest
248 def use_static_shape(self): member in class:_PotentialScaleReductionTest
250 "Subclass failed to impliment `use_static_shape`
360 def use_static_shape(self): member in class:PotentialScaleReductionStaticTest
373 def use_static_shape(self): member in class:PotentialScaleReductionDynamicTest
380 def use_static_shape(self): member in class:_ReduceVarianceTest
433 def use_static_shape(self): member in class:ReduceVarianceTestStaticShape
440 def use_static_shape(self): member in class:ReduceVarianceTestDynamicShape
[all...]
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
H A Dsample_stats_test.py35 def use_static_shape(self): member in class:_AutoCorrelationTest
36 raise NotImplementedError("Subclass failed to implement `use_static_shape`")
47 shape=x_.shape if self.use_static_shape else None)
53 if self.use_static_shape:
65 shape=x_.shape if self.use_static_shape else None)
71 if self.use_static_shape:
100 x, shape=x.shape if self.use_static_shape else None)
106 if self.use_static_shape:
167 x, shape=(l,) if self.use_static_shape else None)
172 if self.use_static_shape
236 def use_static_shape(self): member in class:AutoCorrelationTestStaticShapeFloat32
248 def use_static_shape(self): member in class:AutoCorrelationTestStaticShapeComplex64
260 def use_static_shape(self): member in class:AutoCorrelationTestDynamicShapeFloat32
[all...]

Completed in 283 milliseconds