Home
last modified time | relevance | path

Searched defs:tensor_shape (Results 76 – 100 of 103) sorted by relevance

12345

/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/framework/
Dtensor.pb.cc82 TensorProto::_Internal::tensor_shape(const TensorProto* msg) { in tensor_shape() function in tensorflow::TensorProto::_Internal
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dparameterized_truncated_normal_op.cc634 TensorShape tensor_shape; in Compute() local
/aosp_15_r20/external/ComputeLibrary/examples/
H A Dgraph_ssd_mobilenet.cpp78 …const TensorShape tensor_shape = permute_shape(TensorShape(300, 300, 3U, 1U), DataLayout::NCHW… in do_setup() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/
H A Drebatch_dataset_op.cc485 TensorShape tensor_shape(dim_sizes); in GetNextInternal() local
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DProcessGroupWrapper.cpp151 for (const auto& tensor_shape : tensors_to_verify) { in verify_tensors() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dtensor_list_ops.cc588 const TensorShape& tensor_shape = ctx->InputShape(0); in Compile() local
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/constant_folding/
H A Dpass.cc57 auto tensor_shape = RankedTensorType::get(shape, element_type); in CreateElementsAttrOfTypeValues() local
69 auto tensor_shape = RankedTensorType::get(shape, element_type); in CreateElementsAttrOfTypeValues() local
82 auto tensor_shape = RankedTensorType::get(shape, element_type); in CreateElementsAttrOfTypeValues() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DConvolutionLayerFixture.h429 const TensorShape tensor_shape = tensor_info.tensor_shape(); in prepare_weights() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dgraph_utils.cc90 std::unique_ptr<tensorflow::TensorShapeProto> tensor_shape = in AddScalarConstNodeHelper() local
/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Dutil.cpp231 const auto& tensor_shape = in variantShapesToStr() local
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tensor.cc439 PyObject* tensor_shape; member
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/protobuf/
Dmeta_graph.pb.h4777 inline const ::tensorflow::TensorShapeProto& TensorInfo::tensor_shape() const { in tensor_shape() function
4782 ::tensorflow::TensorShapeProto* tensor_shape) { in unsafe_arena_set_allocated_tensor_shape()
4824 inline void TensorInfo::set_allocated_tensor_shape(::tensorflow::TensorShapeProto* tensor_shape) { in set_allocated_tensor_shape()
Dmeta_graph.pb.cc3332 TensorInfo::_Internal::tensor_shape(const TensorInfo* msg) { in tensor_shape() function in tensorflow::TensorInfo::_Internal
/aosp_15_r20/external/tensorflow/tensorflow/core/debug/
H A Ddebug_io_utils.cc65 const TensorShapeProto& tensor_shape) { in PrepareChunkEventProto()
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dexport_tensorflow.cc289 auto* tensor_shape = tensor->mutable_tensor_shape(); in CreateIntTensorConst() local
374 auto* tensor_shape = tensor->mutable_tensor_shape(); in CreateReshapeShapeTensorConst() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
H A Dtensor_desc.cc359 const BHWDC& tensor_shape, GenericGPUResourcesWithValue* resources) const { in GetGpuResources() argument
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchRulesNorm.cpp446 const auto tensor_shape = tensor.sizes(); in has_same_shape() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor.cc1187 const TensorShape& tensor_shape, const char* data, in SummarizeArray()
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DTensorIterator.cpp588 auto tensor_shape = invert_perm(shape_); in allocate_or_resize_outputs() local
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dc_api.cc1023 const auto& tensor_shape = default_value.shape(); in SetOpAttrValueScalar() local
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_function_test.cc1599 TF_Tensor* tensor_shape = Int32Tensor({37, 1}); in DefineStatefulFunction() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Dquantize_model.cc631 const std::vector<int32_t>& tensor_shape = tensor->shape; in RequantizeConstant() local
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/cc/
H A Ddtensor_device.cc1927 std::vector<int64_t> tensor_shape(TensorShapeAsVector(input, status)); in Execute() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dop_level_cost_estimator.cc1545 auto tensor_shape = in CalculateTensorElementCount() local
H A Dop_level_cost_estimator_test.cc1341 TensorShape tensor_shape(tensor_shape_proto); in ExpectTensorShape() local

12345