Home
last modified time | relevance | path

Searched refs:shapes_and_slices (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SaveSlices.pbtxt17 name: "shapes_and_slices"
32 a slice of a larger tensor. `shapes_and_slices` specifies the shape of the
33 larger tensor and the slice that this tensor covers. `shapes_and_slices` must
36 Elements of the `shapes_and_slices` input must either be:
Dapi_def_RestoreSlice.pbtxt50 elements of the `shapes_and_slices` input of the `SaveSlices` op.
/external/tensorflow/tensorflow/tools/graph_transforms/
Dsparsify_gather.cc195 std::unique_ptr<std::unordered_map<string, string> >* shapes_and_slices) { in ObtainVariableInfo()
196 shapes_and_slices->reset(new std::unordered_map<string, string>()); in ObtainVariableInfo()
201 (**shapes_and_slices)[node.name()] = s; in ObtainVariableInfo()
226 shapes_and_slices, in SparsifyGatherInternal()
258 &shapes_and_slices, &removed_node_names, in SparsifyGatherInternal()
342 (*shapes_and_slices)[weights_node.name()], &weight)); in SparsifyGatherInternal()
600 std::unique_ptr<std::unordered_map<string, string> > shapes_and_slices; in SparsifyGather() local
602 ObtainVariableInfo(cleaned_input_graph_def, &shapes_and_slices)); in SparsifyGather()
605 cleaned_input_graph_def, shapes_and_slices, context, gather_pattern, in SparsifyGather()
608 TF_RETURN_IF_ERROR(SparsifyGatherInternal(temp_output, shapes_and_slices, in SparsifyGather()
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt28466 name: "shapes_and_slices"
28502 name: "shapes_and_slices"
28539 name: "shapes_and_slices"
Dops_history.v2.pbtxt64757 name: "shapes_and_slices"
64782 name: "shapes_and_slices"
Dops_history.v1.pbtxt65384 name: "shapes_and_slices"
65409 name: "shapes_and_slices"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt3157 …argspec: "args=[\'filename\', \'tensor_names\', \'shapes_and_slices\', \'data\', \'name\'], vararg…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt3157 …argspec: "args=[\'filename\', \'tensor_names\', \'shapes_and_slices\', \'data\', \'name\'], vararg…
/external/tensorflow/tensorflow/go/op/
Dwrappers.go35995 func SaveSlices(scope *Scope, filename tf.Output, tensor_names tf.Output, shapes_and_slices tf.Outp…
36002 filename, tensor_names, shapes_and_slices, tf.OutputList(data),
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt32629 name: "shapes_and_slices"