Home
last modified time | relevance | path

Searched defs:kMaxTensorSize (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/security/fuzzing/
H A Dcheckpoint_reader_fuzz.cc118 static constexpr double kMaxTensorSize = 1e9; in DEFINE_PROTO_FUZZER() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dshape_refiner.h313 static constexpr int64_t kMaxTensorSize = 1024; variable
H A Dshape_refiner_test.cc62 static constexpr int64_t kMaxTensorSize = ShapeRefiner::kMaxTensorSize; member in tensorflow::ShapeRefinerTest