Home
last modified time | relevance | path

Searched refs:GetOutputSize (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dshape_test.cc48 int32_t GetOutputSize() { return GetTensorSize(output_); } in GetOutputSize() function in tflite::__anon3ca389000111::ShapeOpModel
87 EXPECT_EQ(model.GetOutputSize(), 0); in TEST()
Dbatch_to_space_nd_test.cc52 int32_t GetOutputSize() { return GetTensorSize(output_); } in GetOutputSize() function in tflite::__anon01852b6f0111::BatchToSpaceNDOpModel
152 EXPECT_THAT(m.GetOutputSize(), 0); in TEST()
Done_hot_test.cc59 int32_t GetOutputSize() { return GetTensorSize(output_); } in GetOutputSize() function in tflite::__anon3d7a871b0111::OneHotOpModel
/external/llvm-project/lldb/source/API/
DSBCommandReturnObject.cpp106 size_t SBCommandReturnObject::GetOutputSize() { in GetOutputSize() function in SBCommandReturnObject
107 LLDB_RECORD_METHOD_NO_ARGS(size_t, SBCommandReturnObject, GetOutputSize); in GetOutputSize()
121 size_t num_bytes = GetOutputSize(); in PutOutput()
247 if (GetOutputSize() > 0) in GetDescription()
387 LLDB_REGISTER_METHOD(size_t, SBCommandReturnObject, GetOutputSize, ()); in RegisterMethods()
/external/tensorflow/tensorflow/core/kernels/
Dcount_ops.cc83 int GetOutputSize(int max_seen, int max_length, int min_length) { in GetOutputSize() function
154 int num_output_values = GetOutputSize(max_value, maxlength_, minlength_); in Compute()
230 int num_output_values = GetOutputSize(max_value, maxlength_, minlength_); in Compute()
308 int num_output_values = GetOutputSize(max_value, maxlength_, minlength_); in Compute()
/external/llvm-project/lldb/bindings/interface/
DSBCommandReturnObject.i40 GetOutputSize ();
/external/llvm-project/lldb/test/API/commands/session/save/
DTestSessionSave.py17 if res.GetOutputSize():
/external/llvm-project/lldb/tools/lldb-vscode/
DLLDBUtils.cpp26 auto output_len = result.GetOutputSize(); in RunLLDBCommands()
/external/llvm-project/lldb/include/lldb/API/
DSBCommandReturnObject.h53 size_t GetOutputSize();
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc189 int64 GetOutputSize(const int64 input, const int64 filter, const int64 stride, in GetOutputSize() function
964 int64 ox = GetOutputSize(ix, kx, sx, padding); in ConvolutionDimensionsFromInputs()
965 int64 oy = GetOutputSize(iy, ky, sy, padding); in ConvolutionDimensionsFromInputs()
2161 int64 ox = GetOutputSize(ix, kx, sx, padding); in OpDimensionsFromInputs()
2162 int64 oy = GetOutputSize(iy, ky, sy, padding); in OpDimensionsFromInputs()
Dop_level_cost_estimator_test.cc349 int GetOutputSize(const int x, const int k, const int s, in GetOutputSize() function
383 int ho = GetOutputSize(h, kx, sx, padding); in GetPoolingOutputSize()
384 int wo = GetOutputSize(w, ky, sy, padding); in GetPoolingOutputSize()