HomeSort by relevance Sort by last modified time
    Searched refs:AddInput (Results 51 - 75 of 78) sorted by null

1 23 4

  /external/tensorflow/tensorflow/core/kernels/
restore_v2_op_test.cc 198 AddInput<string>(TensorShape({}),
200 AddInput<string>(TensorShape({1}),
202 AddInput<string>(TensorShape({1}), [&](int x) -> string {
crop_and_resize_op_test.cc 286 AddInput<float>(TensorShape({1, kLength, kLength, 1}),
parse_tensor_test.cc 41 AddInput<T>(input_shape, functor);
  /external/tensorflow/tensorflow/contrib/lite/kernels/
skip_gram_test.cc 35 input_ = AddInput(TensorType_STRING);
strided_slice_test.cc 35 input_ = AddInput(TensorType_FLOAT32);
36 begin_ = AddInput(TensorType_INT32);
37 end_ = AddInput(TensorType_INT32);
38 strides_ = AddInput(TensorType_INT32);
concatenation_test.cc 36 AddInput(input_template);
test_util.cc 105 int SingleOpModel::AddInput(const TensorData& t) {
  /art/compiler/optimizing/
superblock_cloner_test.cc 113 phi->AddInput(const_0);
114 phi->AddInput(induction_inc);
superblock_cloner.cc 171 copy_phi->AddInput(orig_phi_input);
197 copy_phi->AddInput(orig_phi_input);
212 orig_phi->AddInput(orig_phi_input);
register_allocator_test.cc 555 (*phi)->AddInput(*input1);
556 (*phi)->AddInput(*input2);
    [all...]
nodes.cc 486 preheader_phi->AddInput(orig_input);
497 preheader_phi->AddInput(input);
    [all...]
loop_optimization.cc     [all...]
inliner.cc     [all...]
induction_var_range_test.cc 104 phi->AddInput(graph_->GetIntConstant(lower)); // i = l
115 phi->AddInput(increment_);
    [all...]
instruction_builder.cc 238 handler_value->AsPhi()->AddInput(local_value);
296 phi->AddInput(value);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
BuildEngine.py 57 Tdb.AddInput(File)
86 def AddInput(self, Input):
295 TargetDesc.AddInput(SourceFile)
  /external/tensorflow/tensorflow/core/framework/
node_def_builder.h 155 void AddInput(StringPiece src_node, int src_index);
function.cc 257 AddInput(gnode_idx, item->nid + k, 0);
259 AddInput(gnode_idx, item->nid, item->idx + k);
332 AddInput(nodes_.size() - 1, item->nid, item->idx + i);
416 void AddInput(int node_index, int output_node, int output_index) {
    [all...]
  /hardware/libhardware/modules/camera/3_4/
request_tracker_test.cpp 85 TEST_F(RequestTrackerTest, AddInput) {
  /frameworks/ml/nn/common/operations/
LSTMTest.cpp 96 #define AddInput(X) \
100 FOR_ALL_INPUT_AND_WEIGHT_TENSORS(AddInput);
    [all...]
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_stats.cc 227 node->AddInput(node_input, output_idx, i);
tfprof_node.h 346 void AddInput(const string& input, int64 output_index, int input_idx) {
  /external/v8/src/crankshaft/
hydrogen-escape-analysis.cc 121 phi->AddInput(incoming_value);
hydrogen-instructions.h     [all...]
  /external/tensorflow/tensorflow/core/graph/
graph.cc 509 void AddInput(NodeDef* dst, StringPiece src_name, int src_slot) {
584 AddInput(node_def, src->name(), edge->src_output());

Completed in 1597 milliseconds

1 23 4