Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dextension_type_test.py1262 weight_dtype = property(lambda self: self.weight.dtype) variable in ExtensionTypeSpecTest.testCustomizeSpecTest.WeightedTensor
1269 def __init__(self, shape, dtype, weight_dtype=dtypes.float32): argument
1278 weight_dtype = property(lambda self: self.weight.dtype) variable in ExtensionTypeSpecTest.testCustomizeSpecTest.WeightedTensor.Spec