Home
last modified time | relevance | path

Searched defs:tensor_size (Results 1 – 25 of 48) sorted by relevance

12

/external/tensorflow/tensorflow/lite/delegates/gpu/common/memory_management/
Dequality_assignment.h57 const TensorSizeT tensor_size = usage_records[i].tensor_size; in EqualityAssignmentWithHash() local
91 const TensorSizeT tensor_size = usage_records[i].tensor_size; in EqualityAssignment() local
Dgreedy_in_order_assignment.h77 TensorSizeT tensor_size = usage_records[i].tensor_size; variable
171 const TensorSizeT& tensor_size = usage_records[i].tensor_size; in GreedyInOrderAssignmentMultidimensional() local
Dtypes.h36 TensorSizeT tensor_size; member
Dgreedy_by_size_assignment.cc60 size_t tensor_size; member
/external/tensorflow/tensorflow/core/distributed_runtime/
Drpcbench_test.cc124 GraphDef CreateGraphDef(int num_stages, int width, int tensor_size, in CreateGraphDef()
157 string DebugString(const Tensor& x, const Tensor& y, int tensor_size) { in DebugString()
170 int num_stages, int tensor_size, in BM_Helper()
238 const int tensor_size = state.range(1); in BM_RPC() local
/external/tensorflow/tensorflow/core/grappler/inputs/
Dtrivial_test_graph_input_yielder.cc31 GraphDef CreateGraphDef(int num_stages, int width, int tensor_size, in CreateGraphDef()
90 int num_stages, int width, int tensor_size, bool insert_queue, in TrivialTestGraphInputYielder()
/external/pytorch/binaries/
Drecord_function_benchmark.cc35 float runTensorGEMMBench(int tensor_size, int iter) { in runTensorGEMMBench()
66 for (auto tensor_size : std::set<int>({kSmallTensorSize, kTensorSize})) { in runBenchmark() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/
Dcalibrator_test.cc74 const size_t tensor_size = 1 * 8 * 8 * 3; in TEST() local
137 const size_t tensor_size = 1 * 8 * 8 * 3; in TEST() local
218 const size_t tensor_size = 1 * 8 * 8 * 3; in TEST() local
516 const size_t tensor_size = 1; in TEST() local
579 const size_t tensor_size = 1; in TEST() local
Dcalibration_logger.cc26 TfLiteStatus MinMax::Update(const float* values, size_t tensor_size, in Update()
Dcalibration_logger.h53 const float* tensor_values, size_t tensor_size, in LogTensorValue()
/external/tensorflow/tensorflow/core/kernels/
Dunary_ops_composition_test.cc91 static Graph* UnaryOpsChain(int tensor_size, int repeat_graph, in UnaryOpsChain()
123 static Graph* UnaryOpsCompo(int tensor_size, int repeat_graph, in UnaryOpsCompo()
/external/XNNPACK/src/xnnpack/
Dmemory-planner.h26 size_t tensor_size; member
/external/pytorch/torch/fx/experimental/migrate_gradual_types/
Dconstraint.py217 def __init__(self, tensor_size, input_var, dim_replace, index, output): argument
258 def __init__(self, tensor_size, input_var, index1, index2, output): argument
299 def __init__(self, tensor_size, index, res, input_var): argument
328 def __init__(self, tensor_size, index_tuple, res, input_var): argument
/external/pytorch/torch/multiprocessing/
Dreductions.py125 tensor_size, argument
157 tensor_size, argument
/external/pytorch/torch/csrc/utils/
Dtensor_flatten.cpp21 size_t tensor_size = 0; in take_tensors() local
/external/pytorch/torch/csrc/jit/runtime/static/
Dmemory_planner.cpp296 auto tensor_size = ms.first; in allocateOutputTensors() local
411 auto tensor_size = storages_nbytes_[storages_idx]; in allocateManagedTensors() local
/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_event_mgr_test.cc197 size_t tensor_size() const { in tensor_size() function in tensorflow::__anona1f131860511::EMBenchmarkHelper
206 void ReInit(int num_ops, int tensor_size) { in ReInit()
492 static void BM_chain_ops(::testing::benchmark::State& state, int tensor_size, in BM_chain_ops()
/external/XNNPACK/src/
Dmemory-planner.c138 size_t tensor_size) { in xnn_add_value_allocation_tracker()
/external/pytorch/torch/utils/tensorboard/
D_pytorch_graph.py42 tensor_size=None, argument
/external/pytorch/torch/csrc/jit/passes/
Ddtype_analysis.cpp42 auto tensor_size = std::vector<int64_t>(rank.value(), 1); in MTensorArgumentCreator() local
/external/pytorch/torch/nn/utils/
Dprune.py1264 def _validate_pruning_amount(amount, tensor_size): argument
1309 def _compute_nparams_toprune(amount, tensor_size): argument
/external/tensorflow/tensorflow/core/common_runtime/
Dring_alg.cc141 const size_t tensor_size = col_params->instance.shape.num_elements() * in GenerateSubdivsInCollectiveParams() local
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dtflite_driver.cc94 size_t tensor_size = tensor.bytes / sizeof(T); in TypedCheck() local
/external/pytorch/aten/src/ATen/native/vulkan/ops/
DSlice.cpp38 uvec4 tensor_size; // output tensor size in slice_4d() member
/external/armnn/src/armnnUtils/
DTensorUtils.cpp82 auto tensor_size = tensorHandle->GetShape().GetNumElements(); in FindMinMax() local

12