Home
last modified time | relevance | path

Searched refs:_from_proto (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/data/experimental/ops/
Ddistribute_options.py54 def _from_proto(cls, pb): member in AutoShardPolicy
92 def _from_proto(cls, pb): member in ExternalStatePolicy
153 def _from_proto(self, pb): member in DistributeOptions
154 …self.auto_shard_policy = AutoShardPolicy._from_proto(pb.auto_shard_policy) # pylint: disable=prot…
Doptimization_options.py81 def _from_proto(self, pb): member in MapVectorizationOptions
386 def _from_proto(self, pb): member in OptimizationOptions
412 self.map_vectorization._from_proto(pb.map_vectorization) # pylint: disable=protected-access
Dthreading_options.py61 def _from_proto(self, pb): member in ThreadingOptions
/external/tensorflow/tensorflow/python/data/kernel_tests/
Doptions_test.py165 result._from_proto(pb)
173 result._from_proto(pb)
180 options._from_proto(pb)
/external/tensorflow/tensorflow/python/data/util/
Doptions.py66 def _from_proto(self, pb): member in OptionsBase
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py3069 def _from_proto(self, pb): member in Options
3072 …self.experimental_distribute._from_proto(pb.distribute_options) # pylint: disable=protected-access
3075 distribute_options.ExternalStatePolicy._from_proto( # pylint: disable=protected-access
3077 …self.experimental_optimization._from_proto(pb.optimization_options) # pylint: disable=protected-a…
3080 … self.experimental_threading._from_proto(pb.threading_options) # pylint: disable=protected-access