OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDynamicTensor
(Results
1 - 9
of
9
) sorted by null
/external/tensorflow/tensorflow/contrib/lite/kernels/
kernel_util.h
62
inline bool
IsDynamicTensor
(TfLiteTensor* tensor) {
batch_to_space_nd.cc
117
if (
IsDynamicTensor
(op_context.output)) {
pad.cc
102
if (
IsDynamicTensor
(op_context.output)) {
resize_bilinear.cc
85
if (
IsDynamicTensor
(output)) {
space_to_batch_nd.cc
112
if (
IsDynamicTensor
(op_context.output)) {
transpose.cc
91
if (
IsDynamicTensor
(op_context.output)) {
mean.cc
182
if (
IsDynamicTensor
(op_context.output)) {
strided_slice.cc
182
if (
IsDynamicTensor
(op_context.output)) {
topk_v2.cc
187
if (
IsDynamicTensor
(output_values)) {
Completed in 686 milliseconds