Home
last modified time | relevance | path

Searched refs:get_batchable_flat_tensor_specs (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dtype_spec.py783 functools.partial(get_batchable_flat_tensor_specs, context_spec=self),
818 functools.partial(get_batchable_flat_tensor_specs, context_spec=self),
828 def get_batchable_flat_tensor_specs(spec, context_spec=None): function
835 get_batchable_flat_tensor_specs, context_spec=context_spec),
868 flat_specs = nest.map_structure(get_batchable_flat_tensor_specs,
H A Dextension_type.py686 return type_spec.get_batchable_flat_tensor_specs(self)