OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shape_type
(Results
1 - 9
of
9
) sorted by null
/external/tensorflow/tensorflow/contrib/hvx/hvx_ops_support_checker/
hvx_ops_support_checker_main.cc
93
for (const RemoteFusedGraphExecuteInfo::TensorShapeTypeProto&
shape_type
:
95
LOG(INFO) << "Input shape type: " <<
shape_type
.DebugString();
100
for (const RemoteFusedGraphExecuteInfo::TensorShapeTypeProto&
shape_type
:
102
LOG(INFO) << "Output shape type: " <<
shape_type
.DebugString();
/external/tensorflow/tensorflow/python/ops/
list_ops.py
188
op.outputs[0],
shape_type
=dtypes.int32))
204
op.inputs[0],
shape_type
=dtypes.int32),
236
op.outputs[0],
shape_type
=dtypes.int32))
253
shape_type
=dtypes.int32),
289
input_list,
shape_type
=dtypes.int32)
/external/tensorflow/tensorflow/core/kernels/hexagon/
hexagon_control_wrapper.cc
108
const RemoteFusedGraphExecuteInfo::TensorShapeTypeProto&
shape_type
=
local
110
int64 buf_size = DataTypeSize(
shape_type
.dtype());
111
for (const TensorShapeProto::Dim& dim :
shape_type
.shape().dim()) {
119
const RemoteFusedGraphExecuteInfo::TensorShapeTypeProto&
shape_type
=
local
122
int64 buf_size = DataTypeSize(
shape_type
.dtype());
123
for (const TensorShapeProto::Dim& dim :
shape_type
.shape().dim()) {
/external/tensorflow/tensorflow/lite/kernels/
reshape_test.cc
52
ShapeSpecificationType
shape_type
) {
53
switch (
shape_type
) {
/external/tensorflow/tensorflow/compiler/tests/
tensor_list_ops_test.py
41
e32 = list_ops.tensor_list_element_shape(l,
shape_type
=dtypes.int32)
42
e64 = list_ops.tensor_list_element_shape(l,
shape_type
=dtypes.int64)
/external/tensorflow/tensorflow/python/kernel_tests/
list_ops_test.py
[
all
...]
/external/python/setuptools/pkg_resources/_vendor/
pyparsing.py
[
all
...]
/external/python/setuptools/setuptools/_vendor/
pyparsing.py
[
all
...]
/external/tensorflow/tensorflow/lite/toco/
export_tensorflow.cc
1929
const tensorflow::DataType
shape_type
=
local
[
all
...]
Completed in 262 milliseconds