OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTensorDataIndex
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/core/graph/
mkl_graph_util.h
60
int inline
GetTensorDataIndex
(int n, int total_tensors) {
72
int tidx =
GetTensorDataIndex
(n, total_tensors);
mkl_layout_pass.cc
[
all
...]
/external/tensorflow/tensorflow/core/util/
mkl_util.h
743
return ctext->input(
GetTensorDataIndex
(n, ctext->num_inputs()));
844
ctext, ctext->allocate_output(
GetTensorDataIndex
(n, ctext->num_outputs()),
865
ctext, ctext->allocate_output(
GetTensorDataIndex
(n, ctext->num_outputs()),
[
all
...]
Completed in 211 milliseconds