MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / SplitAt

Function SplitAt

tensorflow/core/framework/op_gen_lib.cc:82–94  ·  view source on GitHub ↗

Split `*orig` into two pieces at the first occurrence of `split_ch`. Returns whether `split_ch` was found. Afterwards, `*before_split` contains the maximum prefix of the input `*orig` that doesn't contain `split_ch`, and `*orig` contains everything after the first `split_ch`.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

StartsWithFieldNameFunction · 0.85
ConvertLineFunction · 0.85
PBTxtToMultilineFunction · 0.85
PBTxtFromMultilineFunction · 0.85

Calls 4

substrMethod · 0.80
findMethod · 0.45
clearMethod · 0.45
remove_prefixMethod · 0.45

Tested by

no test coverage detected