Home
last modified time | relevance | path

Searched defs:pad_values (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/kernels/
Dpad_test.cc230 const int32_t pad_values[] = {1, 1, 0, 0, 1, 1, 0, 0}; in TF_LITE_MICRO_TEST() local
244 const int32_t pad_values[] = {1, 1, 1, 1, 1, 1, 1, 1}; in TF_LITE_MICRO_TEST() local
263 const int32_t pad_values[] = {1, 1, 0, 0, 1, 1, 0, 0}; in TF_LITE_MICRO_TEST() local
281 const int32_t pad_values[] = {1, 1, 0, 0, 1, 1, 0, 0}; in TF_LITE_MICRO_TEST() local
303 const int32_t pad_values[] = {1, 1, 0, 0, 1, 1, 0, 0}; in TF_LITE_MICRO_TEST() local
329 const int32_t pad_values[] = {1, 1, 0, 0, 1, 1, 0, 0}; in TF_LITE_MICRO_TEST() local
351 const int32_t pad_values[] = {1, 1, 0, 0, 1, 1, 0, 0}; in TF_LITE_MICRO_TEST() local
377 const int32_t pad_values[] = {1, 1, 0, 0, 1, 1, 0, 0}; in TF_LITE_MICRO_TEST() local
405 const int32_t pad_values[] = {1, 1, 0, 0, 1, 1, 0, 0}; in TF_LITE_MICRO_TEST() local
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_strided_slice_attributes.cc22 int PadAttributeArray(Array* attribute_array, std::vector<int> pad_values, in PadAttributeArray()
/external/tensorflow/tensorflow/python/ops/ragged/
Dstring_ngrams_op_test.py330 pad_values=None, argument
Dragged_string_ops.py676 pad_values=None, argument
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc7120 std::vector<int> pad_values; in TEST_P() member