Searched defs:key_shape (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/pytorch/torch/utils/ |
H A D | flop_counter.py | 241 def sdpa_flop_count(query_shape, key_shape, value_shape): argument 260 def sdpa_flop(query_shape, key_shape, value_shape, *args, out_shape=None, **kwargs) -> int: argument 436 def sdpa_backward_flop_count(grad_out_shape, query_shape, key_shape, value_shape): argument 464 def sdpa_backward_flop(grad_out_shape, query_shape, key_shape, value_shape, *args, out_shape=None, … argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | initializable_lookup_table.h | 72 TensorShape key_shape() const final { return TensorShape(); } in key_shape() function 225 TensorShape key_shape = keys_->shape(); in KeyValueTensorIterator() local
|
H A D | lookup_table_op.cc | 142 TensorShape key_shape() const final { return TensorShape(); } in key_shape() function in tensorflow::lookup::MutableHashTableOfScalars 330 TensorShape key_shape() const final { return TensorShape(); } in key_shape() function in tensorflow::lookup::MutableHashTableOfTensors 644 TensorShape key_shape = MaybeVectorizeShape(key_shape_); in CheckKeyAndValueTensorsForImport() local 665 TensorShape key_shape() const override { return key_shape_; } in key_shape() function in tensorflow::lookup::MutableDenseHashTable
|
H A D | stateless_random_ops_v2.h | 25 TensorShape const& key_shape, in CheckKeyCounterShape()
|
H A D | map_kernels.h | 205 TensorShape key_shape = it->first.shape(); in Compute() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | hashtable_lookup_test.cc | 42 std::initializer_list<int> key_shape, in HashtableLookupOpModel()
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | HashtableLookupTest.cpp | 62 std::initializer_list<uint32_t> key_shape, in HashtableLookupOpModel()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_evaluator.cc | 3471 Shape key_shape = sort->operand(0)->shape(); in HandleSort() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
H A D | nnapi_delegate_test.cc | 4889 std::initializer_list<int> key_shape, in HashtableLookupOpModel()
|