Home
last modified time | relevance | path

Searched defs:outputs (Results 1 – 25 of 481) sorted by relevance

12345678910>>...20

/external/tensorflow/tensorflow/lite/testing/
Dgenerate_examples.py279 def freeze_graph(session, outputs): argument
310 def build_inputs(parameters, sess, inputs, outputs): argument
635 def build_inputs(parameters, sess, inputs, outputs): argument
677 def build_inputs(parameters, sess, inputs, outputs): argument
703 def build_inputs(parameters, sess, inputs, outputs): argument
727 def build_inputs(parameters, sess, inputs, outputs): argument
753 def build_inputs(parameters, sess, inputs, outputs): argument
777 def build_inputs(parameters, sess, inputs, outputs): argument
813 def build_inputs(parameters, sess, inputs, outputs): argument
861 def build_inputs(parameters, sess, inputs, outputs): argument
[all …]
/external/tensorflow/tensorflow/cc/client/
Dclient_session_test.cc38 std::vector<Tensor> outputs; in TEST() local
50 std::vector<Tensor> outputs; in TEST() local
61 std::vector<Tensor> outputs; in TEST() local
80 std::vector<Tensor> outputs; in TEST() local
86 std::vector<Tensor> outputs; in TEST() local
93 std::vector<Tensor> outputs; in TEST() local
104 std::vector<Tensor> outputs; in TEST() local
/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/
DNativeInterpreterWrapperTest.java119 Map<Integer, Object> outputs = new HashMap<>(); in testRunWithFloat() local
138 Map<Integer, Object> outputs = new HashMap<>(); in testRunWithBufferOutput() local
158 Map<Integer, Object> outputs = new HashMap<>(); in testRunWithInputsOfSameDims() local
181 Map<Integer, Object> outputs = new HashMap<>(); in testRunWithInt() local
199 Map<Integer, Object> outputs = new HashMap<>(); in testRunWithLong() local
220 Map<Integer, Object> outputs = new HashMap<>(); in testRunWithByte() local
239 Map<Integer, Object> outputs = new HashMap<>(); in testRunWithString() local
259 Map<Integer, Object> outputs = new HashMap<>(); in testRunWithString_wrongShapeError() local
294 Map<Integer, Object> outputs = new HashMap<>(); in testRunWithByteBufferHavingBytes() local
323 Map<Integer, Object> outputs = new HashMap<>(); in testRunWithByteBufferHavingFloats() local
[all …]
/external/tensorflow/tensorflow/core/profiler/internal/advisor/
Dexpensive_operation_checker.h57 std::vector<string> outputs; in CheckOpView() local
90 std::vector<string> outputs; in CheckCodeView() local
102 std::vector<string> outputs; in CheckScopeView() local
115 std::vector<string>* outputs) { in CodeViewHelper()
/external/tensorflow/tensorflow/core/graph/
Dcontrol_flow_test.cc36 std::vector<Output>* outputs) { in AddOneBody()
42 std::vector<Output>* outputs) { in NestedLoopBody()
52 std::vector<Output> outputs; in TEST() local
81 std::vector<Output> outputs; in TEST() local
124 std::vector<Output> outputs; in TEST() local
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
Dsampler.py89 def sample(self, time, outputs, state): argument
94 def next_inputs(self, time, outputs, state, sample_ids): argument
176 def sample(self, time, outputs, state): argument
179 def next_inputs(self, time, outputs, state, sample_ids): argument
259 def sample(self, time, outputs, state): argument
264 def next_inputs(self, time, outputs, state, sample_ids): argument
335 def sample(self, time, outputs, state): argument
347 def next_inputs(self, time, outputs, state, sample_ids): argument
434 def sample(self, time, outputs, state): argument
441 def next_inputs(self, time, outputs, state, sample_ids): argument
[all …]
Dhelper.py158 def sample(self, time, outputs, state, name=None): argument
163 def next_inputs(self, time, outputs, state, sample_ids, name=None): argument
215 def sample(self, time, outputs, state, name=None): argument
220 def next_inputs(self, time, outputs, state, sample_ids, name=None): argument
294 def sample(self, time, outputs, name=None, **unused_kwargs): argument
300 def next_inputs(self, time, outputs, state, name=None, **unused_kwargs): argument
367 def sample(self, time, outputs, state, name=None): argument
381 def next_inputs(self, time, outputs, state, sample_ids, name=None): argument
486 def sample(self, time, outputs, state, name=None): argument
494 def next_inputs(self, time, outputs, state, sample_ids, name=None): argument
[all …]
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dcandidate_graph_runner.cc72 std::vector<Tensor>* outputs) { in RunOp()
98 std::vector<Tensor> outputs; in SplitScore() local
104 std::vector<Tensor> outputs; in GetSplit() local
116 std::vector<Tensor> outputs; in GetLeftStats() local
126 std::vector<Tensor> outputs; in GetRightStats() local
/external/tensorflow/tensorflow/cc/tools/
Dfreeze_saved_model_test.cc40 const std::unordered_set<string>& outputs) { in BuildSignatureDef()
68 std::vector<Tensor> outputs; in InitializeSavedModelBundleSession() local
89 const GraphDef& graph_def, const std::unordered_set<string>& outputs, in AddGraphDefWithOutputsToSavedModelBundle()
147 std::unordered_set<string> outputs; in TestFreezeGraphWithoutDependentVariables() local
192 std::unordered_set<string> outputs; in TestFreezeGraphWithDependentVariables() local
253 std::unordered_set<string> outputs; in TestFreezeGraphWithAndWithoutDependentVariables() local
285 std::unordered_set<string> outputs; in TEST_F() local
304 std::unordered_set<string> outputs; in TEST_F() local
326 std::unordered_set<string> outputs; in TEST_F() local
347 std::unordered_set<string> outputs; in TEST_F() local
[all …]
Dfreeze_saved_model.cc53 std::unordered_set<string>* inputs, std::unordered_set<string>* outputs) { in GetSignatureDefsInputsAndOutputs()
87 GraphDef* graph_def, const std::unordered_set<string>& outputs, in GetReachableNodesAndVariables()
141 std::vector<Tensor> outputs; in GetVariableNameToTensorMap() local
172 const std::unordered_set<string>& outputs, in FreezeGraphDef()
222 std::unordered_set<string>* outputs) { in FreezeSavedModel()
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_runner_test.cc50 std::vector<Tensor> outputs; in TEST() local
73 std::vector<Tensor> outputs; in TEST() local
88 std::vector<Tensor> outputs; in TEST() local
110 std::vector<Tensor> outputs; in TEST() local
Ddirect_session_test.cc133 std::vector<Tensor> outputs; in TEST_F() local
159 std::vector<Tensor> outputs; in TEST_F() local
177 std::vector<Tensor> outputs; in TEST_F() local
208 std::vector<Tensor> outputs; in TEST_F() local
232 std::vector<Tensor> outputs; in TEST_F() local
359 std::vector<Tensor> outputs; in TEST_F() local
393 std::vector<Tensor> outputs; in TEST_F() local
420 std::vector<Tensor> outputs; in TEST_F() local
454 std::vector<Tensor> outputs; in TEST_F() local
490 std::vector<Tensor> outputs; in TEST_F() local
[all …]
/external/tensorflow/tensorflow/compiler/xla/python/
Dxrt.cc65 std::vector<tensorflow::Tensor> outputs; in ~XrtAllocation() local
88 std::vector<tensorflow::Tensor> outputs; in FromLiteral() local
109 std::vector<tensorflow::Tensor> outputs; in ToLiteral() local
170 std::vector<tensorflow::Tensor> outputs; in CompileForXrt() local
197 std::vector<tensorflow::Tensor> outputs; in ~XrtExecutable() local
237 std::vector<tensorflow::Tensor> outputs; in Execute() local
278 std::vector<tensorflow::Tensor> outputs; in DestructureXrtAllocationTuple() local
/external/tensorflow/tensorflow/cc/framework/
Dwhile_gradients.cc77 std::vector<Output>* outputs) { in AddForwardLoopCounter()
84 std::vector<Output> outputs; in AddForwardLoopCounter() local
116 std::vector<Output>* outputs) { in AddBackPropLoopCounter()
123 std::vector<Output> outputs; in AddBackPropLoopCounter() local
162 std::vector<Output>* outputs) { in AddWhileGradientLoop()
Dtestutil.cc34 std::vector<Tensor> outputs; in GetTensor() local
48 std::vector<Tensor> outputs; in GetTensor() local
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/
Dfiltering_postprocessor.py41 predicted_state, filtered_state, outputs): argument
68 def cauchy_alternative_to_gaussian(current_times, current_values, outputs): argument
201 predicted_state, filtered_state, outputs): argument
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
DSessionTest.java37 TestUtil.AutoCloseableList<Tensor<?>> outputs = in runUsingOperationNames()
54 TestUtil.AutoCloseableList<Tensor<?>> outputs = in runUsingOperationHandles()
113 …TestUtil.AutoCloseableList<Tensor<?>> outputs = new TestUtil.AutoCloseableList<Tensor<?>>(result.o… in runWithMetadata() local
136 TestUtil.AutoCloseableList<Tensor<?>> outputs = in runMultipleOutputs() local
/external/tensorflow/tensorflow/core/grappler/optimizers/data/vectorization/
Dvectorizer_registry_test.cc27 VectorizerOutput* outputs) override { in Vectorize()
44 std::vector<WrappedTensor> inputs, outputs; in TEST() local
Dcwise_op_vectorizer.cc117 VectorizerOutput* outputs) { in CwiseVectorizeHelper()
139 VectorizerOutput* outputs) override { in Vectorize()
154 VectorizerOutput* outputs) override { in Vectorize()
/external/tensorflow/tensorflow/core/framework/
Dvariant_op_copy_test.cc184 std::vector<Tensor> outputs; in TEST() local
218 std::vector<Tensor> outputs; in TEST() local
261 std::vector<Tensor> outputs; in TEST() local
278 std::vector<Tensor> outputs; in TEST() local
302 std::vector<Tensor> outputs; in TEST() local
329 std::vector<Tensor> outputs; in TEST() local
366 std::vector<Tensor> outputs; in TEST() local
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc109 xla::Literal ReadOutputLiteral(const std::vector<Tensor>& outputs, size_t idx) { in ReadOutputLiteral()
263 std::vector<Tensor> outputs; in TEST() local
294 std::vector<Tensor> outputs; in TEST() local
320 std::vector<Tensor> outputs; in TEST() local
346 std::vector<Tensor> outputs; in TEST() local
373 std::vector<tensorflow::Tensor> outputs; in TEST() local
429 std::vector<tensorflow::Tensor> outputs; in TEST() local
486 std::vector<Tensor> outputs; in TEST() local
515 std::vector<tensorflow::Tensor> outputs; in TEST() local
547 std::vector<tensorflow::Tensor> outputs; in TEST() local
[all …]
/external/tensorflow/tensorflow/lite/delegates/flex/
Dtest_util.cc71 const std::vector<int>& outputs, TfLiteType type, in AddTensors()
92 const std::vector<int>& outputs) { in AddTfLiteMulOp()
118 const std::vector<int>& outputs) { in AddTfOp()
168 const std::vector<int>& outputs) { in AddTfOp()
/external/tensorflow/tensorflow/cc/ops/
Dwhile_loop.cc35 std::vector<OutputTensor> ToOutputTensors(const std::vector<Output>& outputs) { in ToOutputTensors()
44 std::vector<Node*> ToNodes(const std::vector<Output>& outputs) { in ToNodes()
123 std::vector<Output>* outputs) { in CreateBody()
175 OutputList* outputs, bool create_while_ctx, in BuildWhileLoop()
/external/tensorflow/tensorflow/core/kernels/
Dspectrogram_op_test.cc53 std::vector<Tensor> outputs; in TEST() local
87 std::vector<Tensor> outputs; in TEST() local
/external/deqp/modules/gles3/scripts/
Dgen-large-constant-arrays.py59 def __init__(self, name, array, inputs, outputs): argument
104 outputs = [array[index] for index in indexes] variable

12345678910>>...20