Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dtensor_array_ops.py59 infer_shape=True, argument
408 infer_shape=True, argument
671 infer_shape=True, argument
1027 infer_shape=True, argument
1358 infer_shape=True): argument
H A Dmap_fn.py50 infer_shape=True, argument
634 infer_shape=True, argument
H A Dfunctional_ops.py445 infer_shape=True, argument
710 infer_shape=True, argument
/aosp_15_r20/external/pytorch/torch/fx/experimental/shape_inference/
H A Dinfer_shape.py21 def infer_shape(gm, input_tensors): function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Dragged_map_ops.py33 infer_shape=True, argument
H A Dragged_map_fn_op_test.py178 infer_shape=True, argument
/aosp_15_r20/external/tensorflow/tensorflow/python/data/util/
H A Dstructure.py53 def _TensorArrayStructure(dtype, element_shape, dynamic_size, infer_shape): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/data_structures/
H A Dtensor_array_ops_test.py61 def _make_ta(size, name, dtype=dtypes.float32, infer_shape=False): argument