Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dparsing_config.py668 def _construct_tensors_for_composite_features(features, tensor_dict): argument
759 def _add_ragged_partition(values, partition, tensor_dict, row_splits_dtype, argument
804 def _add_batched_ragged_partition(rt, partition, tensor_dict, feature_key, argument
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A Dnode.py143 def map_arguments(self, tensor_dict): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dsave.py472 def _tensor_dict_to_tensorinfo(tensor_dict): argument
/aosp_15_r20/external/pytorch/torch/csrc/tensor/
H A Dpython_tensor.cpp376 auto tensor_dict = get_tensor_dict(); in initialize_python_bindings() local
/aosp_15_r20/external/pytorch/aten/src/ATen/core/op_registration/
H A Dop_registration_test.cpp1184 c10::Dict<int64_t, Tensor> tensor_dict; in TEST() local