Home
last modified time | relevance | path

Searched refs:begin_size (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dincrease_dynamism_for_auto_jit_pass_test.cc375 Output begin_size = ops::Const(root.WithOpName("begin_size"), {-1}); in TEST() local
377 ops::Slice(root.WithOpName("begin"), input_i64, begin_begin, begin_size); in TEST()
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc6292 int begin_size = begin_with.size(); in FullMatch() local
6294 if (name.substr(0, begin_size) != begin_with || in FullMatch()
6298 safe_strto32(name.substr(begin_size, name.size() - end_size - begin_size), in FullMatch()