HomeSort by relevance Sort by last modified time
    Searched refs:fed (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/native/libs/gui/include/gui/
FrameTimestamps.h 291 static inline auto allFences(ThisT fed) ->
292 std::array<decltype(&fed->mReleaseFence), 3> {
294 &fed->mGpuCompositionDoneFence, &fed->mDisplayPresentFence,
295 &fed->mReleaseFence
  /external/tensorflow/tensorflow/core/graph/
subgraph_test.cc 112 std::vector<string> fed = local
121 subgraph, fed, fetch, targets, device_info_, use_function_convention,
128 EXPECT_EQ(fed.size(), metadata.feed_types.size());
331 HasSubstr(Subgraph("c:0", "b:0,c:0", ""), "both fed and fetched"));
368 std::vector<string> fed; local
370 fed.push_back(strings::StrCat("N", num_nodes - 1000));
380 subgraph, fed, fetch, targets, device_info, use_function_convention,
  /external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
SessionTest.java 87 try (Tensor<Integer> fed = Tensors.create(new int[] {4, 3, 2, 1});
90 .feed("Split:0", fed)
91 .feed("Split:1", fed)
  /external/libmojo/build/
gn_helpers.py 132 fed into the GN unescaper."""
  /external/skia/gn/
gn_helpers.py 132 fed into the GN unescaper."""
  /external/skqp/gn/
gn_helpers.py 132 fed into the GN unescaper."""
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
huffman.go 51 // cur is the bit buffer that has not been fed into n.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
huffman.go 51 // cur is the bit buffer that has not been fed into n.
  /external/tensorflow/tensorflow/examples/image_retraining/
retrain.py     [all...]
  /external/brotli/go/cbrotli/
cbrotli_test.go 108 // We've fed more data than the sliding window size. Check that some
  /external/autotest/client/common_lib/cros/
dev_server.py 237 self.fed = []
242 self.fed.append(d)
247 return ''.join(self.fed)
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
cipher_suites.go 316 // len(seq)+len(header)+len(data)+len(extra) is constant. extra is not fed into
conn.go 338 // function as extra data, to be fed into the HMAC after
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
cipher_suites.go 316 // len(seq)+len(header)+len(data)+len(extra) is constant. extra is not fed into
conn.go 338 // function as extra data, to be fed into the HMAC after
    [all...]
  /external/tensorflow/tensorflow/python/training/
saver.py 344 "<user-fed prefix>" only and does not include the sharded spec suffix.
351 # * checkpoint_prefix gets fed <save_path><_SHARDED_SUFFIX>.
391 # attempts to delete the temporary directory, "<user-fed prefix>_temp".
395 # Returns the prefix "<user-fed prefix>" only. DOES NOT include the
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
transfer.go 193 // headers before the pipe is fed data), we need to be careful and bound how
  /prebuilts/go/linux-x86/src/net/http/
transfer.go 193 // headers before the pipe is fed data), we need to be careful and bound how
  /dalvik/docs/
prettify.js 372 /** returns a function that expand tabs to spaces. This function can be fed
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
all-opcodes.d 946 3a8: 3fed.*
948 3aa: 3fed.*
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
prettify.js 606 /** returns a function that expand tabs to spaces. This function can be fed
    [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go 923 // A placeholder op that passes through `input` when its output is not fed.
926 // input: The default value to produce when `output` is not fed.
929 // Returns A placeholder tensor that defaults to `input` if it is not fed.
    [all...]
  /external/e2fsprogs/doc/
texinfo.tex     [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]
  /external/libffi/
texinfo.tex     [all...]

Completed in 637 milliseconds

1 2